Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_device.c26 const struct nf_br_ops __rcu *nf_br_ops __read_mostly;
27 EXPORT_SYMBOL_GPL(nf_br_ops);
38 const struct nf_br_ops *nf_ops; in br_dev_xmit()
53 nf_ops = rcu_dereference(nf_br_ops); in br_dev_xmit()
H A Dbr_netfilter_hooks.c1041 static const struct nf_br_ops br_ops = {
1320 RCU_INIT_POINTER(nf_br_ops, &br_ops); in br_netfilter_init()
1327 RCU_INIT_POINTER(nf_br_ops, NULL); in br_netfilter_fini()
H A Dbr_private.h2020 struct nf_br_ops { struct
2023 extern const struct nf_br_ops __rcu *nf_br_ops; argument