Searched refs:tx_flags (Results 1 – 5 of 5) sorted by relevance
| /include/uapi/linux/can/ |
| A D | isotp.h | 119 __u8 tx_flags; /* set into struct canfd_frame.flags */ member
|
| /include/trace/events/ |
| A D | net.h | 34 __field( u8, tx_flags ) 56 __entry->tx_flags = skb_shinfo(skb)->tx_flags; 68 __entry->transport_offset, __entry->tx_flags,
|
| /include/net/ |
| A D | sock.h | 2738 void __sock_tx_timestamp(__u32 tsflags, __u8 *tx_flags); 2751 __u8 *tx_flags, __u32 *tskey) in _sock_tx_timestamp() argument 2756 __sock_tx_timestamp(tsflags, tx_flags); in _sock_tx_timestamp() 2769 __u8 *tx_flags) in sock_tx_timestamp() argument 2771 _sock_tx_timestamp(sk, sockc, tx_flags, NULL); in sock_tx_timestamp() 2777 _sock_tx_timestamp(skb->sk, sockc, &skb_shinfo(skb)->tx_flags, in skb_setup_tx_timestamp()
|
| A D | inet_sock.h | 173 u8 tx_flags; member
|
| /include/linux/ |
| A D | skbuff.h | 597 __u8 tx_flags; member 4583 if (skb_shinfo(skb)->tx_flags & (SKBTX_SW_TSTAMP | SKBTX_BPF)) in skb_tx_timestamp()
|
Completed in 27 milliseconds