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

/linux-master/include/linux/
H A Dnetfilter_netdev.h97 e = rcu_dereference_check(dev->nf_hooks_egress, rcu_read_lock_bh_held());
146 RCU_INIT_POINTER(dev->nf_hooks_egress, NULL);
H A Dnetdevice.h1913 * @nf_hooks_egress: netfilter hooks executed for egress packets
2061 struct nf_hook_entries __rcu *nf_hooks_egress; member in struct:net_device
/linux-master/net/netfilter/
H A Dnfnetlink_hook.c291 return rcu_dereference(netdev->nf_hooks_egress);
H A Dcore.c329 return &dev->nf_hooks_egress;
/linux-master/net/core/
H A Ddev.c11668 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_tx, nf_hooks_egress);

Completed in 265 milliseconds