Home
last modified time | relevance | path

Searched refs:tx_flags (Results 1 – 5 of 5) sorted by relevance

/include/trace/events/
Dnet.h33 __field( u8, tx_flags )
54 __entry->tx_flags = skb_shinfo(skb)->tx_flags;
66 __entry->transport_offset, __entry->tx_flags,
/include/net/
Dinet_sock.h129 u8 tx_flags; member
Dsock.h2264 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() argument
2276 __sock_tx_timestamp(sk, tx_flags); in sock_tx_timestamp()
2278 *tx_flags |= SKBTX_WIFI_STATUS; in sock_tx_timestamp()
Dip.h64 __u8 tx_flags; member
/include/linux/
Dskbuff.h334 __u8 tx_flags; member
2273 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()