Searched refs:nf_ipv6_ops (Results 1 – 7 of 7) sorted by relevance
16 struct nf_ipv6_ops { struct32 extern const struct nf_ipv6_ops __rcu *nf_ipv6_ops; argument33 static inline const struct nf_ipv6_ops *nf_get_ipv6_ops(void) in nf_get_ipv6_ops()35 return rcu_dereference(nf_ipv6_ops); in nf_get_ipv6_ops()41 static inline const struct nf_ipv6_ops *nf_get_ipv6_ops(void) { return NULL; } in nf_get_ipv6_ops()
191 static const struct nf_ipv6_ops ipv6ops = {209 RCU_INIT_POINTER(nf_ipv6_ops, &ipv6ops); in ipv6_netfilter_init()218 RCU_INIT_POINTER(nf_ipv6_ops, NULL); in ipv6_netfilter_fini()
34 const struct nf_ipv6_ops __rcu *nf_ipv6_ops __read_mostly;35 EXPORT_SYMBOL_GPL(nf_ipv6_ops);
54 const struct nf_ipv6_ops *v6ops; in match_lookup_rt6()
168 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in br_nf_pre_routing_finish_ipv6()
759 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in br_nf_dev_queue_xmit()
704 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in ovs_fragment()