Home
last modified time | relevance | path

Searched refs:SKBTX_COMPLETION_TSTAMP (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dskbuff.h481 SKBTX_COMPLETION_TSTAMP = 1 << 3, enumerator
498 SKBTX_COMPLETION_TSTAMP)
/linux/net/
H A Dsocket.c768 flags |= SKBTX_COMPLETION_TSTAMP; in __sock_tx_timestamp()
/linux/net/bluetooth/
H A Dhci_conn.c3278 if (skb->sk && (skb_shinfo(skb)->tx_flags & SKBTX_COMPLETION_TSTAMP)) in hci_conn_tx_queue()
/linux/net/core/
H A Dskbuff.c5655 return skb_shinfo(skb)->tx_flags & SKBTX_COMPLETION_TSTAMP; in skb_tstamp_tx_report_so_timestamping()