Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bridge/
Dbr_device.c34 const struct nf_br_ops *nf_ops; in br_dev_xmit() local
42 nf_ops = rcu_dereference(nf_br_ops); in br_dev_xmit()
43 if (nf_ops && nf_ops->br_dev_xmit_hook(skb)) { in br_dev_xmit()