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.h4250 bool is_skb_forwardable(const struct net_device *dev,
/linux/net/core/
H A Ddev.c2411 bool is_skb_forwardable(const struct net_device *dev, const struct sk_buff *skb) in is_skb_forwardable() function
2415 EXPORT_SYMBOL_GPL(is_skb_forwardable);
H A Dfilter.c6349 if (!is_skb_forwardable(dev, skb)) in BPF_CALL_4()