Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnetfilter_ingress.h9 static inline bool nf_hook_ingress_active(const struct sk_buff *skb) in nf_hook_ingress_active() function
46 static inline int nf_hook_ingress_active(struct sk_buff *skb) in nf_hook_ingress_active() function
/Linux-v5.4/net/core/
Ddev.c4715 if (nf_hook_ingress_active(skb)) { in nf_ingress()