Searched refs:nf_ipv6_ops (Results 1 – 4 of 4) sorted by relevance
25 struct nf_ipv6_ops { struct30 extern const struct nf_ipv6_ops __rcu *nf_ipv6_ops; argument31 static inline const struct nf_ipv6_ops *nf_get_ipv6_ops(void) in nf_get_ipv6_ops()33 return rcu_dereference(nf_ipv6_ops); in nf_get_ipv6_ops()
192 static const struct nf_ipv6_ops ipv6ops = {208 RCU_INIT_POINTER(nf_ipv6_ops, &ipv6ops); in ipv6_netfilter_init()217 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()