Home
last modified time | relevance | path

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

/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst122 struct nf_hook_entries* nf_hooks_egress read_mostly
/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()
/linux/include/linux/
H A Dnetdevice.h2085 struct nf_hook_entries __rcu *nf_hooks_egress; member
/linux/net/core/
H A Ddev.c12462 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_tx, nf_hooks_egress); in net_dev_struct_check()