nf_br_ops          24 net/bridge/br_device.c const struct nf_br_ops __rcu *nf_br_ops __read_mostly;
nf_br_ops          25 net/bridge/br_device.c EXPORT_SYMBOL_GPL(nf_br_ops);
nf_br_ops          34 net/bridge/br_device.c 	const struct nf_br_ops *nf_ops;
nf_br_ops          40 net/bridge/br_device.c 	nf_ops = rcu_dereference(nf_br_ops);
nf_br_ops         915 net/bridge/br_netfilter_hooks.c static const struct nf_br_ops br_ops = {
nf_br_ops        1177 net/bridge/br_netfilter_hooks.c 	RCU_INIT_POINTER(nf_br_ops, &br_ops);
nf_br_ops        1184 net/bridge/br_netfilter_hooks.c 	RCU_INIT_POINTER(nf_br_ops, NULL);
nf_br_ops        1101 net/bridge/br_private.h extern const struct nf_br_ops __rcu *nf_br_ops;