Searched refs:nf_hook_egress (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dnetfilter_netdev.h64 * nf_hook_egress - classify packets before transmission
85 static inline struct sk_buff *nf_hook_egress(struct sk_buff *skb, int *rc, function
126 static inline struct sk_buff *nf_hook_egress(struct sk_buff *skb, int *rc, function
/linux-master/net/packet/
H A Daf_packet.c257 if (!nf_hook_egress(skb, &rc, skb->dev))
/linux-master/net/core/
H A Ddev.c4275 skb = nf_hook_egress(skb, &rc, dev);

Completed in 162 milliseconds