Home
last modified time | relevance | path

Searched refs:skb_setup_tx_timestamp (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/net/can/
Draw.c862 skb_setup_tx_timestamp(skb, sockc.tsflags); in raw_sendmsg()
/Linux-v6.1/net/ipv4/
Draw.c362 skb_setup_tx_timestamp(skb, sockc->tsflags); in raw_send_hdrinc()
/Linux-v6.1/net/ipv6/
Draw.c624 skb_setup_tx_timestamp(skb, sockc->tsflags); in rawv6_send_hdrinc()
/Linux-v6.1/net/packet/
Daf_packet.c2060 skb_setup_tx_timestamp(skb, sockc.tsflags); in packet_sendmsg_spkt()
2582 skb_setup_tx_timestamp(skb, sockc->tsflags); in tpacket_fill_skb()
3045 skb_setup_tx_timestamp(skb, sockc.tsflags); in packet_snd()
/Linux-v6.1/include/net/
Dsock.h2763 static inline void skb_setup_tx_timestamp(struct sk_buff *skb, __u16 tsflags) in skb_setup_tx_timestamp() function