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

/linux-4.4.14/net/bridge/
H A Dbr_forward.c42 if (!is_skb_forwardable(skb->dev, skb)) br_dev_queue_push_xmit()
91 if (!is_skb_forwardable(skb->dev, skb)) __br_deliver()
/linux-4.4.14/net/core/
H A Ddev.c1726 bool is_skb_forwardable(struct net_device *dev, struct sk_buff *skb) is_skb_forwardable() function
1745 EXPORT_SYMBOL_GPL(is_skb_forwardable); variable
1750 unlikely(!is_skb_forwardable(dev, skb))) { __dev_forward_skb()
/linux-4.4.14/include/linux/
H A Dnetdevice.h3070 bool is_skb_forwardable(struct net_device *dev, struct sk_buff *skb);

Completed in 134 milliseconds