hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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