Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnetfilter_netdev.h86 static inline struct sk_buff *nf_hook_egress(struct sk_buff *skb, int *rc, in nf_hook_egress() function
127 static inline struct sk_buff *nf_hook_egress(struct sk_buff *skb, int *rc, in nf_hook_egress() function
/linux-6.15/net/packet/
H A Daf_packet.c257 if (!nf_hook_egress(skb, &rc, skb->dev)) in nf_hook_direct_egress()
/linux-6.15/net/core/
H A Ddev.c4563 skb = nf_hook_egress(skb, &rc, dev); in __dev_queue_xmit()