Home
last modified time | relevance | path

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

/linux/net/ipv6/netfilter/
H A Dip6_tables.c79 int protohdr; in ip6_packet_match() local
82 protohdr = ipv6_find_hdr(skb, protoff, -1, &_frag_off, NULL); in ip6_packet_match()
83 if (protohdr < 0) { in ip6_packet_match()
90 if (ip6info->proto == protohdr) { in ip6_packet_match()