Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetfilter_netdev.h97 e = rcu_dereference_check(dev->nf_hooks_egress, rcu_read_lock_bh_held()); in nf_hook_egress()
146 RCU_INIT_POINTER(dev->nf_hooks_egress, NULL); in nf_hook_netdev_init()
H A Dnetdevice.h2291 struct nf_hook_entries __rcu *nf_hooks_egress; member
/openbmc/linux/net/netfilter/
H A Dnfnetlink_hook.c291 return rcu_dereference(netdev->nf_hooks_egress); in nfnl_hook_entries_head()
H A Dcore.c329 return &dev->nf_hooks_egress; in nf_hook_entry_head()