nf_hooks_ingress 1958 include/linux/netdevice.h 	struct nf_hook_entries __rcu *nf_hooks_ingress;
nf_hooks_ingress   15 include/linux/netfilter_ingress.h 	return rcu_access_pointer(skb->dev->nf_hooks_ingress);
nf_hooks_ingress   21 include/linux/netfilter_ingress.h 	struct nf_hook_entries *e = rcu_dereference(skb->dev->nf_hooks_ingress);
nf_hooks_ingress   43 include/linux/netfilter_ingress.h 	RCU_INIT_POINTER(dev->nf_hooks_ingress, NULL);
nf_hooks_ingress  307 net/netfilter/core.c 			return &dev->nf_hooks_ingress;