Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dsock.h1639 u16 tsflags; member
1645 *sockc = (struct sockcm_cookie) { .tsflags = sk->sk_tsflags }; in sockcm_init()
2410 void __sock_tx_timestamp(__u16 tsflags, __u8 *tx_flags);
2421 static inline void _sock_tx_timestamp(struct sock *sk, __u16 tsflags, in _sock_tx_timestamp() argument
2424 if (unlikely(tsflags)) { in _sock_tx_timestamp()
2425 __sock_tx_timestamp(tsflags, tx_flags); in _sock_tx_timestamp()
2426 if (tsflags & SOF_TIMESTAMPING_OPT_ID && tskey && in _sock_tx_timestamp()
2427 tsflags & SOF_TIMESTAMPING_TX_RECORD_MASK) in _sock_tx_timestamp()
2434 static inline void sock_tx_timestamp(struct sock *sk, __u16 tsflags, in sock_tx_timestamp() argument
2437 _sock_tx_timestamp(sk, tsflags, tx_flags, NULL); in sock_tx_timestamp()
[all …]
Dip.h92 ipcm->sockc.tsflags = inet->sk.sk_tsflags; in ipcm_init_sk()
/Linux-v5.4/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()
/Linux-v5.4/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()
1404 tcp_tx_timestamp(sk, sockc.tsflags); in tcp_sendmsg_locked()
Dtcp_output.c1262 u8 tsflags = shinfo->tx_flags & SKBTX_ANY_TSTAMP; in tcp_fragment_tstamp() local
1264 shinfo->tx_flags &= ~tsflags; in tcp_fragment_tstamp()
1265 shinfo2->tx_flags |= tsflags; in tcp_fragment_tstamp()
Draw.c389 skb_setup_tx_timestamp(skb, sockc->tsflags); in raw_send_hdrinc()
Dip_output.c1277 sock_tx_timestamp(sk, ipc->sockc.tsflags, &cork->tx_flags); in ip_setup_cork()
/Linux-v5.4/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()
/Linux-v5.4/net/
Dsocket.c614 void __sock_tx_timestamp(__u16 tsflags, __u8 *tx_flags) in __sock_tx_timestamp() argument
618 if (tsflags & SOF_TIMESTAMPING_TX_HARDWARE) in __sock_tx_timestamp()
621 if (tsflags & SOF_TIMESTAMPING_TX_SOFTWARE) in __sock_tx_timestamp()
624 if (tsflags & SOF_TIMESTAMPING_TX_SCHED) in __sock_tx_timestamp()
/Linux-v5.4/net/packet/
Daf_packet.c1977 skb_setup_tx_timestamp(skb, sockc.tsflags); in packet_sendmsg_spkt()
2470 skb_setup_tx_timestamp(skb, sockc->tsflags); in tpacket_fill_skb()
2932 skb_setup_tx_timestamp(skb, sockc.tsflags); in packet_snd()
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dtg3.c8017 int tsflags; in tg3_start_xmit() local
8019 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2); in tg3_start_xmit()
8020 mss |= (tsflags << 11); in tg3_start_xmit()
8024 int tsflags; in tg3_start_xmit() local
8026 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2); in tg3_start_xmit()
8027 base_flags |= tsflags << 12; in tg3_start_xmit()