forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/include/net/rpl.h
....@@ -23,9 +23,6 @@
2323 static inline void rpl_exit(void) {}
2424 #endif
2525
26
-/* Worst decompression memory usage ipv6 address (16) + pad 7 */
27
-#define IPV6_RPL_SRH_WORST_SWAP_SIZE (sizeof(struct in6_addr) + 7)
28
-
2926 size_t ipv6_rpl_srh_size(unsigned char n, unsigned char cmpri,
3027 unsigned char cmpre);
3128