Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_forward.c36 if (!is_skb_forwardable(skb->dev, skb)) in br_dev_queue_push_xmit()
104 if (!is_skb_forwardable(skb->dev, skb)) in __br_forward()
/linux/net/core/
H A Ddev.c2412 bool is_skb_forwardable(const struct net_device *dev, const struct sk_buff *skb) in is_skb_forwardable() function
2416 EXPORT_SYMBOL_GPL(is_skb_forwardable);
H A Dfilter.c6443 if (!is_skb_forwardable(dev, skb)) in BPF_CALL_4()