Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/include/linux/
H A Dnetdevice.h3988 bool is_skb_forwardable(const struct net_device *dev,
/openbmc/linux/net/core/
H A Ddev.c2172 bool is_skb_forwardable(const struct net_device *dev, const struct sk_buff *skb) in is_skb_forwardable() function
2176 EXPORT_SYMBOL_GPL(is_skb_forwardable);
H A Dfilter.c6190 if (!is_skb_forwardable(dev, skb)) in BPF_CALL_4()