Home
last modified time | relevance | path

Searched refs:nf_hooks_ingress (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dnetfilter_ingress.h15 return rcu_access_pointer(skb->dev->nf_hooks_ingress); in nf_hook_ingress_active()
21 struct nf_hook_entries *e = rcu_dereference(skb->dev->nf_hooks_ingress); in nf_hook_ingress()
43 RCU_INIT_POINTER(dev->nf_hooks_ingress, NULL); in nf_hook_ingress_init()
Dnetdevice.h2078 struct nf_hook_entries __rcu *nf_hooks_ingress; member
/kernel/linux/linux-5.10/net/netfilter/
Dcore.c293 return &dev->nf_hooks_ingress; in nf_hook_entry_head()
317 return &dev->nf_hooks_ingress; in nf_hook_entry_head()