Searched refs:skb_setup_tx_timestamp (Results 1 – 5 of 5) sorted by relevance
816 skb_setup_tx_timestamp(skb, sk->sk_tsflags); in raw_sendmsg()
390 skb_setup_tx_timestamp(skb, sockc->tsflags); in raw_send_hdrinc()
662 skb_setup_tx_timestamp(skb, sockc->tsflags); in rawv6_send_hdrinc()
2021 skb_setup_tx_timestamp(skb, sockc.tsflags); in packet_sendmsg_spkt()2541 skb_setup_tx_timestamp(skb, sockc->tsflags); in tpacket_fill_skb()3004 skb_setup_tx_timestamp(skb, sockc.tsflags); in packet_snd()
2567 static inline void skb_setup_tx_timestamp(struct sk_buff *skb, __u16 tsflags) in skb_setup_tx_timestamp() function