Searched refs:nf_hooks_ingress (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dnetfilter_netdev.h15 return rcu_access_pointer(skb->dev->nf_hooks_ingress);
21 struct nf_hook_entries *e = rcu_dereference(skb->dev->nf_hooks_ingress);
143 RCU_INIT_POINTER(dev->nf_hooks_ingress, NULL);
H A Dnetdevice.h1893 * @nf_hooks_ingress: netfilter hooks executed for ingress packets
2267 struct nf_hook_entries __rcu *nf_hooks_ingress; member in struct:net_device
/linux-master/net/netfilter/
H A Dcore.c305 return &dev->nf_hooks_ingress;
323 return &dev->nf_hooks_ingress;
H A Dnfnetlink_hook.c287 return rcu_dereference(netdev->nf_hooks_ingress);

Completed in 149 milliseconds