Searched refs:sock_tx_timestamp (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | raw.c | 380 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in raw_send_hdrinc() 632 sock_tx_timestamp(sk, &ipc.tx_flags); in raw_sendmsg()
|
D | ping.c | 744 sock_tx_timestamp(sk, &ipc.tx_flags); in ping_v4_sendmsg()
|
D | tcp.c | 436 sock_tx_timestamp(sk, &shinfo->tx_flags); in tcp_tx_timestamp()
|
D | udp.c | 961 sock_tx_timestamp(sk, &ipc.tx_flags); in udp_sendmsg()
|
/linux-4.1.27/net/can/ |
D | raw.c | 758 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in raw_sendmsg()
|
/linux-4.1.27/net/packet/ |
D | af_packet.c | 1713 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in packet_sendmsg_spkt() 2150 sock_tx_timestamp(&po->sk, &skb_shinfo(skb)->tx_flags); in tpacket_fill_skb() 2551 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in packet_snd()
|
/linux-4.1.27/include/net/ |
D | sock.h | 2172 static inline void sock_tx_timestamp(const struct sock *sk, __u8 *tx_flags) in sock_tx_timestamp() function
|
/linux-4.1.27/net/ipv6/ |
D | ip6_output.c | 1302 sock_tx_timestamp(sk, &tx_flags); in __ip6_append_data()
|
/linux-4.1.27/drivers/net/ |
D | tun.c | 811 sock_tx_timestamp(skb->sk, &skb_shinfo(skb)->tx_flags); in tun_net_xmit()
|