Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dnetfilter_netdev.h19 static inline int nf_hook_ingress(struct sk_buff *skb) in nf_hook_ingress() function
47 static inline int nf_hook_ingress(struct sk_buff *skb) in nf_hook_ingress() function
/linux-6.1.9/net/core/
Ddev.c5270 ingress_retval = nf_hook_ingress(skb); in nf_ingress()