Searched refs:__skb_tstamp_tx (Results 1 – 5 of 5) sorted by relevance
/linux/net/bluetooth/ |
H A D | hci_conn.c | 3011 __skb_tstamp_tx(skb, NULL, NULL, skb->sk, SCM_TSTAMP_SND); in hci_conn_tx_queue() 3087 __skb_tstamp_tx(skb, NULL, NULL, skb->sk, in hci_conn_tx_dequeue()
|
/linux/net/core/ |
H A D | skbuff.c | 5591 void __skb_tstamp_tx(struct sk_buff *orig_skb, in __skb_tstamp_tx() function 5653 EXPORT_SYMBOL_GPL(__skb_tstamp_tx); 5658 return __skb_tstamp_tx(orig_skb, NULL, hwtstamps, orig_skb->sk, in skb_tstamp_tx()
|
H A D | dev.c | 4645 __skb_tstamp_tx(skb, NULL, NULL, skb->sk, SCM_TSTAMP_SCHED); in __dev_queue_xmit()
|
/linux/include/linux/ |
H A D | skbuff.h | 4552 void __skb_tstamp_tx(struct sk_buff *orig_skb, const struct sk_buff *ack_skb,
|
/linux/net/ipv4/ |
H A D | tcp_input.c | 3216 __skb_tstamp_tx(skb, ack_skb, NULL, sk, SCM_TSTAMP_ACK); in tcp_ack_tstamp()
|