Searched refs:tsflags (Results 1 – 11 of 11) sorted by relevance
/net/core/ |
D | sock.c | 2556 u32 tsflags; in __sock_cmsg_send() local 2571 tsflags = *(u32 *)CMSG_DATA(cmsg); in __sock_cmsg_send() 2572 if (tsflags & ~SOF_TIMESTAMPING_TX_RECORD_MASK) in __sock_cmsg_send() 2575 sockc->tsflags &= ~SOF_TIMESTAMPING_TX_RECORD_MASK; in __sock_cmsg_send() 2576 sockc->tsflags |= tsflags; in __sock_cmsg_send()
|
/net/ipv4/ |
D | tcp.c | 472 static void tcp_tx_timestamp(struct sock *sk, u16 tsflags) in tcp_tx_timestamp() argument 476 if (tsflags && skb) { in tcp_tx_timestamp() 480 sock_tx_timestamp(sk, tsflags, &shinfo->tx_flags); in tcp_tx_timestamp() 481 if (tsflags & SOF_TIMESTAMPING_TX_ACK) in tcp_tx_timestamp() 483 if (tsflags & SOF_TIMESTAMPING_TX_RECORD_MASK) in tcp_tx_timestamp() 1430 tcp_tx_timestamp(sk, sockc.tsflags); in tcp_sendmsg_locked()
|
D | raw.c | 390 skb_setup_tx_timestamp(skb, sockc->tsflags); in raw_send_hdrinc()
|
D | tcp_output.c | 1497 u8 tsflags = shinfo->tx_flags & SKBTX_ANY_TSTAMP; in tcp_fragment_tstamp() local 1499 shinfo->tx_flags &= ~tsflags; in tcp_fragment_tstamp() 1500 shinfo2->tx_flags |= tsflags; in tcp_fragment_tstamp()
|
D | ip_output.c | 1289 sock_tx_timestamp(sk, ipc->sockc.tsflags, &cork->tx_flags); in ip_setup_cork()
|
/net/ipv6/ |
D | raw.c | 662 skb_setup_tx_timestamp(skb, sockc->tsflags); in rawv6_send_hdrinc() 816 ipc6.sockc.tsflags = sk->sk_tsflags; in rawv6_sendmsg()
|
D | udp.c | 1347 ipc6.sockc.tsflags = sk->sk_tsflags; in udpv6_sendmsg()
|
D | ip6_output.c | 1438 sock_tx_timestamp(sk, ipc6->sockc.tsflags, &cork->base.tx_flags); in ip6_setup_cork()
|
/net/ |
D | socket.c | 681 void __sock_tx_timestamp(__u16 tsflags, __u8 *tx_flags) in __sock_tx_timestamp() argument 685 if (tsflags & SOF_TIMESTAMPING_TX_HARDWARE) in __sock_tx_timestamp() 688 if (tsflags & SOF_TIMESTAMPING_TX_SOFTWARE) in __sock_tx_timestamp() 691 if (tsflags & SOF_TIMESTAMPING_TX_SCHED) in __sock_tx_timestamp()
|
/net/can/ |
D | raw.c | 842 skb_setup_tx_timestamp(skb, sockc.tsflags); in raw_sendmsg()
|
/net/packet/ |
D | af_packet.c | 2027 skb_setup_tx_timestamp(skb, sockc.tsflags); in packet_sendmsg_spkt() 2547 skb_setup_tx_timestamp(skb, sockc->tsflags); in tpacket_fill_skb() 3011 skb_setup_tx_timestamp(skb, sockc.tsflags); in packet_snd()
|