Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dnetfilter_ipv6.h27 struct nf_ipv6_ops { struct
46 extern const struct nf_ipv6_ops __rcu *nf_ipv6_ops; argument
47 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()