Home
last modified time | relevance | path

Searched refs:sock_tx_timestamp (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/net/ipv4/
Draw.c380 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in raw_send_hdrinc()
632 sock_tx_timestamp(sk, &ipc.tx_flags); in raw_sendmsg()
Dping.c744 sock_tx_timestamp(sk, &ipc.tx_flags); in ping_v4_sendmsg()
Dtcp.c436 sock_tx_timestamp(sk, &shinfo->tx_flags); in tcp_tx_timestamp()
Dudp.c961 sock_tx_timestamp(sk, &ipc.tx_flags); in udp_sendmsg()
/linux-4.1.27/net/can/
Draw.c758 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in raw_sendmsg()
/linux-4.1.27/net/packet/
Daf_packet.c1713 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/
Dsock.h2172 static inline void sock_tx_timestamp(const struct sock *sk, __u8 *tx_flags) in sock_tx_timestamp() function
/linux-4.1.27/net/ipv6/
Dip6_output.c1302 sock_tx_timestamp(sk, &tx_flags); in __ip6_append_data()
/linux-4.1.27/drivers/net/
Dtun.c811 sock_tx_timestamp(skb->sk, &skb_shinfo(skb)->tx_flags); in tun_net_xmit()