protohdr 13 include/net/netfilter/nf_tables_ipv6.h int protohdr, thoff = 0; protohdr 16 include/net/netfilter/nf_tables_ipv6.h protohdr = ipv6_find_hdr(pkt->skb, &thoff, -1, &frag_off, &flags); protohdr 17 include/net/netfilter/nf_tables_ipv6.h if (protohdr < 0) { protohdr 23 include/net/netfilter/nf_tables_ipv6.h pkt->tprot = protohdr; protohdr 36 include/net/netfilter/nf_tables_ipv6.h int protohdr; protohdr 51 include/net/netfilter/nf_tables_ipv6.h protohdr = ipv6_find_hdr(pkt->skb, &thoff, -1, &frag_off, &flags); protohdr 52 include/net/netfilter/nf_tables_ipv6.h if (protohdr < 0) protohdr 56 include/net/netfilter/nf_tables_ipv6.h pkt->tprot = protohdr; protohdr 81 net/ipv6/netfilter/ip6_tables.c int protohdr; protohdr 84 net/ipv6/netfilter/ip6_tables.c protohdr = ipv6_find_hdr(skb, protoff, -1, &_frag_off, NULL); protohdr 85 net/ipv6/netfilter/ip6_tables.c if (protohdr < 0) { protohdr 92 net/ipv6/netfilter/ip6_tables.c if (ip6info->proto == protohdr) {