Searched refs:sock_tx_timestamp (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | raw.c | 380 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in raw_send_hdrinc() 642 sock_tx_timestamp(sk, &ipc.tx_flags); in raw_sendmsg()
|
D | ping.c | 745 sock_tx_timestamp(sk, &ipc.tx_flags); in ping_v4_sendmsg()
|
D | udp.c | 964 sock_tx_timestamp(sk, &ipc.tx_flags); in udp_sendmsg()
|
D | tcp.c | 437 sock_tx_timestamp(sk, &shinfo->tx_flags); in tcp_tx_timestamp()
|
/linux-4.4.14/net/can/ |
D | raw.c | 758 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in raw_sendmsg()
|
/linux-4.4.14/net/packet/ |
D | af_packet.c | 1934 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in packet_sendmsg_spkt() 2359 sock_tx_timestamp(&po->sk, &skb_shinfo(skb)->tx_flags); in tpacket_fill_skb() 2771 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in packet_snd()
|
/linux-4.4.14/include/net/ |
D | sock.h | 2188 static inline void sock_tx_timestamp(const struct sock *sk, __u8 *tx_flags) in sock_tx_timestamp() function
|
/linux-4.4.14/net/ipv6/ |
D | ip6_output.c | 1328 sock_tx_timestamp(sk, &tx_flags); in __ip6_append_data()
|
/linux-4.4.14/drivers/net/ |
D | tun.c | 866 sock_tx_timestamp(skb->sk, &skb_shinfo(skb)->tx_flags); in tun_net_xmit()
|