Home
last modified time | relevance | path

Searched refs:nf_hook_ingress (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/include/linux/
Dnetfilter_ingress.h19 static inline int nf_hook_ingress(struct sk_buff *skb) in nf_hook_ingress() function
51 static inline int nf_hook_ingress(struct sk_buff *skb) in nf_hook_ingress() function
/Linux-v5.15/net/core/
Ddev.c5226 ingress_retval = nf_hook_ingress(skb); in nf_ingress()