Searched refs:__is_skb_forwardable (Results 1 - 2 of 2) sorted by path

/linux-master/include/linux/
H A Dnetdevice.h3952 static __always_inline bool __is_skb_forwardable(const struct net_device *dev, function
3997 unlikely(!__is_skb_forwardable(dev, skb, check_mtu))) {
/linux-master/net/core/
H A Ddev.c2176 return __is_skb_forwardable(dev, skb, true);

Completed in 994 milliseconds