Home
last modified time | relevance | path

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

/linux-4.4.14/net/bridge/
Dbr_device.c28 const struct nf_br_ops __rcu *nf_br_ops __read_mostly;
29 EXPORT_SYMBOL_GPL(nf_br_ops);
41 const struct nf_br_ops *nf_ops; in br_dev_xmit()
45 nf_ops = rcu_dereference(nf_br_ops); in br_dev_xmit()
Dbr_private.h883 struct nf_br_ops { struct
886 extern const struct nf_br_ops __rcu *nf_br_ops; argument
Dbr_netfilter_hooks.c885 static const struct nf_br_ops br_ops = {
1019 RCU_INIT_POINTER(nf_br_ops, &br_ops); in br_netfilter_init()
1026 RCU_INIT_POINTER(nf_br_ops, NULL); in br_netfilter_fini()