Searched refs:tx_flags (Results 1 – 6 of 6) sorted by relevance
/include/uapi/linux/can/ |
D | isotp.h | 119 __u8 tx_flags; /* set into struct canfd_frame.flags */ member
|
/include/trace/events/ |
D | net.h | 34 __field( u8, tx_flags ) 55 __entry->tx_flags = skb_shinfo(skb)->tx_flags; 67 __entry->transport_offset, __entry->tx_flags,
|
/include/net/ |
D | sock.h | 2676 void __sock_tx_timestamp(__u16 tsflags, __u8 *tx_flags); 2688 __u8 *tx_flags, __u32 *tskey) in _sock_tx_timestamp() argument 2691 __sock_tx_timestamp(tsflags, tx_flags); in _sock_tx_timestamp() 2697 *tx_flags |= SKBTX_WIFI_STATUS; in _sock_tx_timestamp() 2701 __u8 *tx_flags) in sock_tx_timestamp() argument 2703 _sock_tx_timestamp(sk, tsflags, tx_flags, NULL); in sock_tx_timestamp() 2708 _sock_tx_timestamp(skb->sk, tsflags, &skb_shinfo(skb)->tx_flags, in skb_setup_tx_timestamp()
|
D | inet_sock.h | 170 u8 tx_flags; member
|
D | tls.h | 101 int tx_flags; member
|
/include/linux/ |
D | skbuff.h | 560 __u8 tx_flags; member 4086 if (skb_shinfo(skb)->tx_flags & SKBTX_SW_TSTAMP) in skb_tx_timestamp()
|