Home
last modified time | relevance | path

Searched refs:protohdr (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/net/ipv6/netfilter/
Dip6_tables.c133 int protohdr; in ip6_packet_match() local
136 protohdr = ipv6_find_hdr(skb, protoff, -1, &_frag_off); in ip6_packet_match()
137 if (protohdr < 0) { in ip6_packet_match()
145 protohdr, in ip6_packet_match()
149 if (ip6info->proto == protohdr) { in ip6_packet_match()