Home
last modified time | relevance | path

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

/net/core/
Dsock.c2556 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/
Dtcp.c472 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()
Draw.c390 skb_setup_tx_timestamp(skb, sockc->tsflags); in raw_send_hdrinc()
Dtcp_output.c1497 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()
Dip_output.c1289 sock_tx_timestamp(sk, ipc->sockc.tsflags, &cork->tx_flags); in ip_setup_cork()
/net/ipv6/
Draw.c662 skb_setup_tx_timestamp(skb, sockc->tsflags); in rawv6_send_hdrinc()
816 ipc6.sockc.tsflags = sk->sk_tsflags; in rawv6_sendmsg()
Dudp.c1347 ipc6.sockc.tsflags = sk->sk_tsflags; in udpv6_sendmsg()
Dip6_output.c1438 sock_tx_timestamp(sk, ipc6->sockc.tsflags, &cork->base.tx_flags); in ip6_setup_cork()
/net/
Dsocket.c681 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/
Draw.c842 skb_setup_tx_timestamp(skb, sockc.tsflags); in raw_sendmsg()
/net/packet/
Daf_packet.c2027 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()