Searched refs:tx_flags (Results 1 – 5 of 5) sorted by relevance
33 __field( u8, tx_flags )54 __entry->tx_flags = skb_shinfo(skb)->tx_flags;66 __entry->transport_offset, __entry->tx_flags,
129 u8 tx_flags; member
2264 void __sock_tx_timestamp(const struct sock *sk, __u8 *tx_flags);2273 static inline void sock_tx_timestamp(const struct sock *sk, __u8 *tx_flags) in sock_tx_timestamp() argument2276 __sock_tx_timestamp(sk, tx_flags); in sock_tx_timestamp()2278 *tx_flags |= SKBTX_WIFI_STATUS; in sock_tx_timestamp()
64 __u8 tx_flags; member
334 __u8 tx_flags; member2273 if (likely(!(skb_shinfo(skb)->tx_flags & SKBTX_DEV_ZEROCOPY))) in skb_orphan_frags()2737 skb_shinfo(skb)->tx_flags & SKBTX_SHARED_FRAG; in skb_has_shared_frag()3117 if (skb_shinfo(skb)->tx_flags & SKBTX_SW_TSTAMP && in sw_tx_timestamp()3118 !(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS)) in sw_tx_timestamp()