Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A 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.15/net/core/
H A Ddev.c5652 ingress_retval = nf_hook_ingress(skb); in nf_ingress()