Home
last modified time | relevance | path

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

/openbmc/linux/net/can/
H A Draw.c888 skb_setup_tx_timestamp(skb, sockc.tsflags); in raw_sendmsg()
/openbmc/linux/net/ipv4/
H A Draw.c366 skb_setup_tx_timestamp(skb, sockc->tsflags); in raw_send_hdrinc()
/openbmc/linux/net/ipv6/
H A Draw.c626 skb_setup_tx_timestamp(skb, sockc->tsflags); in rawv6_send_hdrinc()
/openbmc/linux/net/packet/
H A Daf_packet.c2108 skb_setup_tx_timestamp(skb, sockc.tsflags); in packet_sendmsg_spkt()
2646 skb_setup_tx_timestamp(skb, sockc->tsflags); in tpacket_fill_skb()
3111 skb_setup_tx_timestamp(skb, sockc.tsflags); in packet_snd()
/openbmc/linux/include/net/
H A Dsock.h2803 static inline void skb_setup_tx_timestamp(struct sk_buff *skb, __u16 tsflags) in skb_setup_tx_timestamp() function