Searched refs:tsflags (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.15/include/net/ |
D | sock.h | 1763 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 …]
|
D | ip.h | 94 ipcm->sockc.tsflags = inet->sk.sk_tsflags; in ipcm_init_sk()
|
/Linux-v5.15/net/core/ |
D | sock.c | 2517 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/ |
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 | 1314 ipc6.sockc.tsflags = sk->sk_tsflags; in udpv6_sendmsg()
|
D | ip6_output.c | 1417 sock_tx_timestamp(sk, ipc6->sockc.tsflags, &cork->base.tx_flags); in ip6_setup_cork()
|
/Linux-v5.15/net/ipv4/ |
D | tcp.c | 469 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()
|
D | raw.c | 390 skb_setup_tx_timestamp(skb, sockc->tsflags); in raw_send_hdrinc()
|
D | tcp_output.c | 1500 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()
|
D | ip_output.c | 1273 sock_tx_timestamp(sk, ipc->sockc.tsflags, &cork->tx_flags); in ip_setup_cork()
|
/Linux-v5.15/net/ |
D | socket.c | 681 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/ |
D | af_packet.c | 2010 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/ |
D | tg3.c | 7999 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()
|