Searched refs:v6_ops (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
A D | netfilter_ipv6.h | 83 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_ipv6_chk_addr() local 85 if (!v6_ops) in nf_ipv6_chk_addr() 88 return v6_ops->chk_addr(net, addr, dev, strict); in nf_ipv6_chk_addr() 133 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_br_ip6_fragment() local 135 if (!v6_ops) in nf_br_ip6_fragment() 153 if (!v6_ops) in nf_ip6_route_me_harder() 156 return v6_ops->route_me_harder(net, sk, skb); in nf_ip6_route_me_harder() 172 if (v6_ops) in nf_ipv6_cookie_init_sequence() 173 return v6_ops->cookie_init_sequence(iph, th, mssp); in nf_ipv6_cookie_init_sequence() 188 if (v6_ops) in nf_cookie_v6_check() [all …]
|
/linux/net/netfilter/ |
A D | nf_nat_masquerade.c | 224 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nat_ipv6_dev_get_saddr() local 226 if (!v6_ops) in nat_ipv6_dev_get_saddr() 229 return v6_ops->dev_get_saddr(net, dev, daddr, srcprefs, saddr); in nat_ipv6_dev_get_saddr()
|
Completed in 4 milliseconds