Home
last modified time | relevance | path

Searched refs:tx_path (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/core/
Ddev.c2527 static inline bool skb_needs_check(struct sk_buff *skb, bool tx_path) in skb_needs_check() argument
2529 if (tx_path) in skb_needs_check()
2549 netdev_features_t features, bool tx_path) in __skb_gso_segment() argument
2551 if (unlikely(skb_needs_check(skb, tx_path))) { in __skb_gso_segment()
/linux-4.4.14/include/linux/
Dnetdevice.h3635 netdev_features_t features, bool tx_path);