Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dsock.h1763 u16 tsflags; member
1769 *sockc = (struct sockcm_cookie) { .tsflags = sk->sk_tsflags }; in sockcm_init()
2575 void __sock_tx_timestamp(__u16 tsflags, __u8 *tx_flags);
2586 static inline void _sock_tx_timestamp(struct sock *sk, __u16 tsflags, in _sock_tx_timestamp() argument
2589 if (unlikely(tsflags)) { in _sock_tx_timestamp()
2590 __sock_tx_timestamp(tsflags, tx_flags); in _sock_tx_timestamp()
2591 if (tsflags & SOF_TIMESTAMPING_OPT_ID && tskey && in _sock_tx_timestamp()
2592 tsflags & SOF_TIMESTAMPING_TX_RECORD_MASK) in _sock_tx_timestamp()
2599 static inline void sock_tx_timestamp(struct sock *sk, __u16 tsflags, in sock_tx_timestamp() argument
2602 _sock_tx_timestamp(sk, tsflags, tx_flags, NULL); in sock_tx_timestamp()
[all …]
Dip.h94 ipcm->sockc.tsflags = inet->sk.sk_tsflags; in ipcm_init_sk()
/Linux-v5.15/net/core/
Dsock.c2517 u32 tsflags; in __sock_cmsg_send() local
2531 tsflags = *(u32 *)CMSG_DATA(cmsg); in __sock_cmsg_send()
2532 if (tsflags & ~SOF_TIMESTAMPING_TX_RECORD_MASK) in __sock_cmsg_send()
2535 sockc->tsflags &= ~SOF_TIMESTAMPING_TX_RECORD_MASK; in __sock_cmsg_send()
2536 sockc->tsflags |= tsflags; in __sock_cmsg_send()
/Linux-v5.15/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.c1314 ipc6.sockc.tsflags = sk->sk_tsflags; in udpv6_sendmsg()
Dip6_output.c1417 sock_tx_timestamp(sk, ipc6->sockc.tsflags, &cork->base.tx_flags); in ip6_setup_cork()
/Linux-v5.15/net/ipv4/
Dtcp.c469 static void tcp_tx_timestamp(struct sock *sk, u16 tsflags) in tcp_tx_timestamp() argument
473 if (tsflags && skb) { in tcp_tx_timestamp()
477 sock_tx_timestamp(sk, tsflags, &shinfo->tx_flags); in tcp_tx_timestamp()
478 if (tsflags & SOF_TIMESTAMPING_TX_ACK) in tcp_tx_timestamp()
480 if (tsflags & SOF_TIMESTAMPING_TX_RECORD_MASK) in tcp_tx_timestamp()
1427 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.c1500 u8 tsflags = shinfo->tx_flags & SKBTX_ANY_TSTAMP; in tcp_fragment_tstamp() local
1502 shinfo->tx_flags &= ~tsflags; in tcp_fragment_tstamp()
1503 shinfo2->tx_flags |= tsflags; in tcp_fragment_tstamp()
Dip_output.c1273 sock_tx_timestamp(sk, ipc->sockc.tsflags, &cork->tx_flags); in ip_setup_cork()
/Linux-v5.15/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()
/Linux-v5.15/net/packet/
Daf_packet.c2010 skb_setup_tx_timestamp(skb, sockc.tsflags); in packet_sendmsg_spkt()
2528 skb_setup_tx_timestamp(skb, sockc->tsflags); in tpacket_fill_skb()
2990 skb_setup_tx_timestamp(skb, sockc.tsflags); in packet_snd()
/Linux-v5.15/drivers/net/ethernet/broadcom/
Dtg3.c7999 int tsflags; in tg3_start_xmit() local
8001 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2); in tg3_start_xmit()
8002 mss |= (tsflags << 11); in tg3_start_xmit()
8006 int tsflags; in tg3_start_xmit() local
8008 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2); in tg3_start_xmit()
8009 base_flags |= tsflags << 12; in tg3_start_xmit()