Searched refs:nf_ipv6_ops (Results 1 – 8 of 8) sorted by relevance
41 struct nf_ipv6_ops { struct74 extern const struct nf_ipv6_ops __rcu *nf_ipv6_ops; argument75 static inline const struct nf_ipv6_ops *nf_get_ipv6_ops(void) in nf_get_ipv6_ops()77 return rcu_dereference(nf_ipv6_ops); in nf_get_ipv6_ops()84 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_ipv6_chk_addr()104 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in nf_ip6_route()124 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_ipv6_br_defrag()151 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_br_ip6_fragment()169 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_ip6_route_me_harder()188 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_ipv6_cookie_init_sequence()[all …]
166 const struct nf_ipv6_ops *v6ops __maybe_unused; in nf_route()203 const struct nf_ipv6_ops *v6ops; in nf_reroute()211 v6ops = rcu_dereference(nf_ipv6_ops); in nf_reroute()
31 const struct nf_ipv6_ops __rcu *nf_ipv6_ops __read_mostly;32 EXPORT_SYMBOL_GPL(nf_ipv6_ops);
147 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nat_ipv6_dev_get_saddr()
234 static const struct nf_ipv6_ops ipv6ops = {258 RCU_INIT_POINTER(nf_ipv6_ops, &ipv6ops); in ipv6_netfilter_init()267 RCU_INIT_POINTER(nf_ipv6_ops, NULL); in ipv6_netfilter_fini()
165 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in br_nf_pre_routing_finish_ipv6()
776 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in br_nf_dev_queue_xmit()
845 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in ovs_fragment()