forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
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