Searched refs:nf_ipv6_ops (Results 1 – 10 of 10) sorted by relevance
27 struct nf_ipv6_ops { struct46 extern const struct nf_ipv6_ops __rcu *nf_ipv6_ops; argument47 static inline const struct nf_ipv6_ops *nf_get_ipv6_ops(void) in nf_get_ipv6_ops()49 return rcu_dereference(nf_ipv6_ops); in nf_get_ipv6_ops()55 static inline const struct nf_ipv6_ops *nf_get_ipv6_ops(void) { return NULL; } in nf_get_ipv6_ops()
108 static const struct nf_ipv6_ops ipv6ops = {118 RCU_INIT_POINTER(nf_ipv6_ops, &ipv6ops); in ipv6_netfilter_init()127 RCU_INIT_POINTER(nf_ipv6_ops, NULL); in ipv6_netfilter_fini()
165 const struct nf_ipv6_ops *v6ops; in nf_route()173 v6ops = rcu_dereference(nf_ipv6_ops); in nf_route()185 const struct nf_ipv6_ops *v6ops; in nf_reroute()193 v6ops = rcu_dereference(nf_ipv6_ops); in nf_reroute()
30 const struct nf_ipv6_ops __rcu *nf_ipv6_ops __read_mostly;31 EXPORT_SYMBOL_GPL(nf_ipv6_ops);
39 const struct nf_ipv6_ops *v6ops; in match_lookup_rt6()
753 const struct nf_ipv6_ops *v6ops; in callforward_do_filter()
168 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in br_nf_pre_routing_finish_ipv6()
754 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in br_nf_dev_queue_xmit()
62 const struct nf_ipv6_ops *v6ops; in __nft_fib6_eval_type()
913 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in ovs_fragment()