Searched refs:nf_br_ops (Results 1 – 3 of 3) sorted by relevance
24 const struct nf_br_ops __rcu *nf_br_ops __read_mostly;25 EXPORT_SYMBOL_GPL(nf_br_ops);36 const struct nf_br_ops *nf_ops; in br_dev_xmit()51 nf_ops = rcu_dereference(nf_br_ops); in br_dev_xmit()
1074 static const struct nf_br_ops br_ops = {1353 RCU_INIT_POINTER(nf_br_ops, &br_ops); in br_netfilter_init()1360 RCU_INIT_POINTER(nf_br_ops, NULL); in br_netfilter_fini()
1949 struct nf_br_ops { struct1952 extern const struct nf_br_ops __rcu *nf_br_ops; argument