Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnetfilter_ingress.h8 static inline bool nf_hook_ingress_active(const struct sk_buff *skb) in nf_hook_ingress_active() function
32 static inline int nf_hook_ingress_active(struct sk_buff *skb) in nf_hook_ingress_active() function
/linux-4.4.14/net/core/
Ddev.c3799 if (nf_hook_ingress_active(skb)) { in nf_ingress()