Searched refs:IP6OPT_MINLEN (Results 1 – 3 of 3) sorted by relevance
103 (dstoptlen < IP6OPT_MINLEN || *(opt + 1) + 2 > dstoptlen)) { in dest6_input()
1015 if (hbhlen < IP6OPT_MINLEN) { in ip6_process_hopopts()1105 if (hbhlen < IP6OPT_MINLEN) { in ip6_process_hopopts()
149 #define IP6OPT_MINLEN 2 macro