Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetdevice.h4429 bool is_skb_forwardable(const struct net_device *dev,
/linux/net/core/
H A Ddev.c2457 bool is_skb_forwardable(const struct net_device *dev, const struct sk_buff *skb) in is_skb_forwardable() function
2461 EXPORT_SYMBOL_GPL(is_skb_forwardable);
H A Dfilter.c6747 if (!is_skb_forwardable(dev, skb)) in BPF_CALL_4()