Home
last modified time | relevance | path

Searched refs:nf_br_ops (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/bridge/
H A Dbr_device.c24 const struct nf_br_ops __rcu *nf_br_ops __read_mostly;
25 EXPORT_SYMBOL_GPL(nf_br_ops); variable
34 const struct nf_br_ops *nf_ops; in br_dev_xmit()
42 nf_ops = rcu_dereference(nf_br_ops); in br_dev_xmit()
H A Dbr_private.h1365 struct nf_br_ops { struct
1368 extern const struct nf_br_ops __rcu *nf_br_ops;
H A Dbr_netfilter_hooks.c925 static const struct nf_br_ops br_ops = {
1202 RCU_INIT_POINTER(nf_br_ops, &br_ops); in br_netfilter_init()
1209 RCU_INIT_POINTER(nf_br_ops, NULL); in br_netfilter_fini()
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_device.c24 const struct nf_br_ops __rcu *nf_br_ops __read_mostly;
25 EXPORT_SYMBOL_GPL(nf_br_ops); variable
35 const struct nf_br_ops *nf_ops; in br_dev_xmit()
45 nf_ops = rcu_dereference(nf_br_ops); in br_dev_xmit()
H A Dbr_netfilter_hooks.c1040 static const struct nf_br_ops br_ops = {
1326 RCU_INIT_POINTER(nf_br_ops, &br_ops); in br_netfilter_init()
1333 RCU_INIT_POINTER(nf_br_ops, NULL); in br_netfilter_fini()
H A Dbr_private.h1923 struct nf_br_ops { struct
1926 extern const struct nf_br_ops __rcu *nf_br_ops;

Completed in 12 milliseconds