Home
last modified time | relevance | path

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

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