Searched refs:tsflags (Results 1 – 13 of 13) sorted by relevance
/linux/include/net/ |
A D | sock.h | 1793 u16 tsflags; member 1799 *sockc = (struct sockcm_cookie) { .tsflags = sk->sk_tsflags }; in sockcm_init() 2621 void __sock_tx_timestamp(__u16 tsflags, __u8 *tx_flags); 2632 static inline void _sock_tx_timestamp(struct sock *sk, __u16 tsflags, in _sock_tx_timestamp() argument 2635 if (unlikely(tsflags)) { in _sock_tx_timestamp() 2636 __sock_tx_timestamp(tsflags, tx_flags); in _sock_tx_timestamp() 2637 if (tsflags & SOF_TIMESTAMPING_OPT_ID && tskey && in _sock_tx_timestamp() 2638 tsflags & SOF_TIMESTAMPING_TX_RECORD_MASK) in _sock_tx_timestamp() 2645 static inline void sock_tx_timestamp(struct sock *sk, __u16 tsflags, in sock_tx_timestamp() argument 2648 _sock_tx_timestamp(sk, tsflags, tx_flags, NULL); in sock_tx_timestamp() [all …]
|
A D | ip.h | 95 ipcm->sockc.tsflags = inet->sk.sk_tsflags; in ipcm_init_sk()
|
/linux/net/core/ |
A D | sock.c | 2599 u32 tsflags; in __sock_cmsg_send() local 2613 tsflags = *(u32 *)CMSG_DATA(cmsg); in __sock_cmsg_send() 2614 if (tsflags & ~SOF_TIMESTAMPING_TX_RECORD_MASK) in __sock_cmsg_send() 2617 sockc->tsflags &= ~SOF_TIMESTAMPING_TX_RECORD_MASK; in __sock_cmsg_send() 2618 sockc->tsflags |= tsflags; in __sock_cmsg_send()
|
/linux/net/ipv4/ |
A D | tcp.c | 463 static void tcp_tx_timestamp(struct sock *sk, u16 tsflags) in tcp_tx_timestamp() argument 467 if (tsflags && skb) { in tcp_tx_timestamp() 471 sock_tx_timestamp(sk, tsflags, &shinfo->tx_flags); in tcp_tx_timestamp() 472 if (tsflags & SOF_TIMESTAMPING_TX_ACK) in tcp_tx_timestamp() 474 if (tsflags & SOF_TIMESTAMPING_TX_RECORD_MASK) in tcp_tx_timestamp() 1411 tcp_tx_timestamp(sk, sockc.tsflags); in tcp_sendmsg_locked()
|
A D | raw.c | 390 skb_setup_tx_timestamp(skb, sockc->tsflags); in raw_send_hdrinc()
|
A D | tcp_output.c | 1497 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()
|
A D | ip_output.c | 1273 sock_tx_timestamp(sk, ipc->sockc.tsflags, &cork->tx_flags); in ip_setup_cork()
|
/linux/net/ipv6/ |
A 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()
|
A D | udp.c | 1315 ipc6.sockc.tsflags = sk->sk_tsflags; in udpv6_sendmsg()
|
A D | ip6_output.c | 1417 sock_tx_timestamp(sk, ipc6->sockc.tsflags, &cork->base.tx_flags); in ip6_setup_cork()
|
/linux/net/ |
A 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/net/packet/ |
A D | af_packet.c | 2045 skb_setup_tx_timestamp(skb, sockc.tsflags); in packet_sendmsg_spkt() 2563 skb_setup_tx_timestamp(skb, sockc->tsflags); in tpacket_fill_skb() 3025 skb_setup_tx_timestamp(skb, sockc.tsflags); in packet_snd()
|
/linux/drivers/net/ethernet/broadcom/ |
A D | tg3.c | 7998 int tsflags; in tg3_start_xmit() local 8000 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2); in tg3_start_xmit() 8001 mss |= (tsflags << 11); in tg3_start_xmit() 8005 int tsflags; in tg3_start_xmit() local 8007 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2); in tg3_start_xmit() 8008 base_flags |= tsflags << 12; in tg3_start_xmit()
|
Completed in 74 milliseconds