Home
last modified time | relevance | path

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

/linux-3.4.99/net/bridge/netfilter/
Debt_ip6.c40 const struct ipv6hdr *ih6; in ebt_ip6_mt() local
45 ih6 = skb_header_pointer(skb, 0, sizeof(_ip6h), &_ip6h); in ebt_ip6_mt()
46 if (ih6 == NULL) in ebt_ip6_mt()
49 FWINV(info->tclass != ipv6_get_dsfield(ih6), EBT_IP6_TCLASS)) in ebt_ip6_mt()
51 if (FWINV(ipv6_masked_addr_cmp(&ih6->saddr, &info->smsk, in ebt_ip6_mt()
53 FWINV(ipv6_masked_addr_cmp(&ih6->daddr, &info->dmsk, in ebt_ip6_mt()
57 uint8_t nexthdr = ih6->nexthdr; in ebt_ip6_mt()