Searched refs:tsflags (Results 1 – 10 of 10) sorted by relevance
/net/core/ |
D | sock.c | 2268 u32 tsflags; in __sock_cmsg_send() local 2282 tsflags = *(u32 *)CMSG_DATA(cmsg); in __sock_cmsg_send() 2283 if (tsflags & ~SOF_TIMESTAMPING_TX_RECORD_MASK) in __sock_cmsg_send() 2286 sockc->tsflags &= ~SOF_TIMESTAMPING_TX_RECORD_MASK; in __sock_cmsg_send() 2287 sockc->tsflags |= tsflags; in __sock_cmsg_send()
|
/net/ipv4/ |
D | tcp.c | 461 static void tcp_tx_timestamp(struct sock *sk, u16 tsflags) in tcp_tx_timestamp() argument 465 if (tsflags && skb) { in tcp_tx_timestamp() 469 sock_tx_timestamp(sk, tsflags, &shinfo->tx_flags); in tcp_tx_timestamp() 470 if (tsflags & SOF_TIMESTAMPING_TX_ACK) in tcp_tx_timestamp() 472 if (tsflags & SOF_TIMESTAMPING_TX_RECORD_MASK) in tcp_tx_timestamp() 1403 tcp_tx_timestamp(sk, sockc.tsflags); in tcp_sendmsg_locked()
|
D | tcp_output.c | 1266 u8 tsflags = shinfo->tx_flags & SKBTX_ANY_TSTAMP; in tcp_fragment_tstamp() local 1268 shinfo->tx_flags &= ~tsflags; in tcp_fragment_tstamp() 1269 shinfo2->tx_flags |= tsflags; in tcp_fragment_tstamp()
|
D | raw.c | 389 skb_setup_tx_timestamp(skb, sockc->tsflags); in raw_send_hdrinc()
|
D | ip_output.c | 1280 sock_tx_timestamp(sk, ipc->sockc.tsflags, &cork->tx_flags); in ip_setup_cork()
|
/net/ipv6/ |
D | raw.c | 658 skb_setup_tx_timestamp(skb, sockc->tsflags); in rawv6_send_hdrinc() 812 ipc6.sockc.tsflags = sk->sk_tsflags; in rawv6_sendmsg()
|
D | udp.c | 1238 ipc6.sockc.tsflags = sk->sk_tsflags; in udpv6_sendmsg()
|
D | ip6_output.c | 1301 sock_tx_timestamp(sk, ipc6->sockc.tsflags, &cork->base.tx_flags); in ip6_setup_cork()
|
/net/ |
D | socket.c | 615 void __sock_tx_timestamp(__u16 tsflags, __u8 *tx_flags) in __sock_tx_timestamp() argument 619 if (tsflags & SOF_TIMESTAMPING_TX_HARDWARE) in __sock_tx_timestamp() 622 if (tsflags & SOF_TIMESTAMPING_TX_SOFTWARE) in __sock_tx_timestamp() 625 if (tsflags & SOF_TIMESTAMPING_TX_SCHED) in __sock_tx_timestamp()
|
/net/packet/ |
D | af_packet.c | 1984 skb_setup_tx_timestamp(skb, sockc.tsflags); in packet_sendmsg_spkt() 2477 skb_setup_tx_timestamp(skb, sockc->tsflags); in tpacket_fill_skb() 2939 skb_setup_tx_timestamp(skb, sockc.tsflags); in packet_snd()
|