hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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