Searched refs:tx_path (Results 1 – 2 of 2) sorted by relevance
2464 static inline bool skb_needs_check(struct sk_buff *skb, bool tx_path) in skb_needs_check() argument2466 if (tx_path) in skb_needs_check()2486 netdev_features_t features, bool tx_path) in __skb_gso_segment() argument2488 if (unlikely(skb_needs_check(skb, tx_path))) { in __skb_gso_segment()
3552 netdev_features_t features, bool tx_path);