Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnetfilter_ingress.h14 return !list_empty(&skb->dev->nf_hooks_ingress); in nf_hook_ingress_active()
21 nf_hook_state_init(&state, &skb->dev->nf_hooks_ingress, in nf_hook_ingress()
29 INIT_LIST_HEAD(&dev->nf_hooks_ingress); in nf_hook_ingress_init()
Dnetdevice.h1696 struct list_head nf_hooks_ingress; member
/linux-4.4.14/net/netfilter/
Dcore.c75 hook_list = &reg->dev->nf_hooks_ingress; in nf_find_hook_list()