Searched refs:nexthdr (Results 1 – 6 of 6) sorted by relevance
43 __u8 nexthdr; member56 __u8 nexthdr; member123 __u8 nexthdr; member
109 __u8 nexthdr; member124 __u8 nexthdr; member130 __u8 nexthdr; member
841 int nexthdr; in packet_ok() local845 nexthdr = hip->ip6_nxt; in packet_ok()847 if (nexthdr == 44) { in packet_ok()848 nexthdr = *(unsigned char*)up; in packet_ok()851 if (nexthdr == IPPROTO_UDP) in packet_ok()
1640 int nexthdr; in parse_reply() local1657 nexthdr = iph1->ip6_nxt; in parse_reply()1659 if (nexthdr == 44) { in parse_reply()1660 nexthdr = *(__u8*)icmph1; in parse_reply()1663 if (nexthdr == IPPROTO_ICMPV6) { in parse_reply()
4710 const unsigned char *nexthdr = readp + length; in print_debug_aranges_section() local4765 while (readp < nexthdr) in print_debug_aranges_section()4806 if (readp != nexthdr) in print_debug_aranges_section()4808 size_t padding = nexthdr - readp; in print_debug_aranges_section()4810 readp = nexthdr; in print_debug_aranges_section()
132 nexthdr overflow.