Searched refs:IP6OPT_MINLEN (Results 1 – 3 of 3) sorted by relevance
108 (dstoptlen < IP6OPT_MINLEN || *(opt + 1) + 2 > dstoptlen)) { in dest6_input()
1661 if (hbhlen < IP6OPT_MINLEN) { in ip6_process_hopopts()1753 if (hbhlen < IP6OPT_MINLEN) { in ip6_process_hopopts()
197 #define IP6OPT_MINLEN 2 macro