Home
last modified time | relevance | path

Searched refs:tsflags (Results 1 – 10 of 10) sorted by relevance

/net/core/
Dsock.c2268 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/
Dtcp.c461 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()
Dtcp_output.c1266 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()
Draw.c389 skb_setup_tx_timestamp(skb, sockc->tsflags); in raw_send_hdrinc()
Dip_output.c1280 sock_tx_timestamp(sk, ipc->sockc.tsflags, &cork->tx_flags); in ip_setup_cork()
/net/ipv6/
Draw.c658 skb_setup_tx_timestamp(skb, sockc->tsflags); in rawv6_send_hdrinc()
812 ipc6.sockc.tsflags = sk->sk_tsflags; in rawv6_sendmsg()
Dudp.c1238 ipc6.sockc.tsflags = sk->sk_tsflags; in udpv6_sendmsg()
Dip6_output.c1301 sock_tx_timestamp(sk, ipc6->sockc.tsflags, &cork->base.tx_flags); in ip6_setup_cork()
/net/
Dsocket.c615 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/
Daf_packet.c1984 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()