Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetfilter_ipv6.h41 struct nf_ipv6_ops { struct
73 extern const struct nf_ipv6_ops __rcu *nf_ipv6_ops; argument
74 static inline const struct nf_ipv6_ops *nf_get_ipv6_ops(void) in nf_get_ipv6_ops()
76 return rcu_dereference(nf_ipv6_ops); in nf_get_ipv6_ops()
83 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_ipv6_chk_addr()
103 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in nf_ip6_route()
133 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_br_ip6_fragment()
151 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_ip6_route_me_harder()
170 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_ipv6_cookie_init_sequence()
186 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_cookie_v6_check()
[all …]
/linux/net/netfilter/
H A Dcore.c31 const struct nf_ipv6_ops __rcu *nf_ipv6_ops __read_mostly;
32 EXPORT_SYMBOL_GPL(nf_ipv6_ops);
H A Dutils.c166 const struct nf_ipv6_ops *v6ops __maybe_unused; in nf_route()
H A Dnf_nat_masquerade.c229 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nat_ipv6_dev_get_saddr()
H A Dnfnetlink_queue.c295 const struct nf_ipv6_ops *v6ops; in nf_reroute()
303 v6ops = rcu_dereference(nf_ipv6_ops); in nf_reroute()
/linux/net/bridge/
H A Dbr_netfilter_ipv6.c106 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in br_nf_pre_routing_finish_ipv6()
H A Dbr_netfilter_hooks.c893 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in br_nf_dev_queue_xmit()