hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
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