Lines Matching refs:tsflags
1800 u32 tsflags; member
1807 .tsflags = READ_ONCE(sk->sk_tsflags) in sockcm_init()
2615 u32 tsflags = READ_ONCE(sk->sk_tsflags); in sock_recv_timestamp() local
2624 (tsflags & SOF_TIMESTAMPING_RX_SOFTWARE) || in sock_recv_timestamp()
2625 (kt && tsflags & SOF_TIMESTAMPING_SOFTWARE) || in sock_recv_timestamp()
2627 (tsflags & SOF_TIMESTAMPING_RAW_HARDWARE))) in sock_recv_timestamp()
2658 void __sock_tx_timestamp(__u16 tsflags, __u8 *tx_flags);
2669 static inline void _sock_tx_timestamp(struct sock *sk, __u16 tsflags, in _sock_tx_timestamp() argument
2672 if (unlikely(tsflags)) { in _sock_tx_timestamp()
2673 __sock_tx_timestamp(tsflags, tx_flags); in _sock_tx_timestamp()
2674 if (tsflags & SOF_TIMESTAMPING_OPT_ID && tskey && in _sock_tx_timestamp()
2675 tsflags & SOF_TIMESTAMPING_TX_RECORD_MASK) in _sock_tx_timestamp()
2682 static inline void sock_tx_timestamp(struct sock *sk, __u16 tsflags, in sock_tx_timestamp() argument
2685 _sock_tx_timestamp(sk, tsflags, tx_flags, NULL); in sock_tx_timestamp()
2688 static inline void skb_setup_tx_timestamp(struct sk_buff *skb, __u16 tsflags) in skb_setup_tx_timestamp() argument
2690 _sock_tx_timestamp(skb->sk, tsflags, &skb_shinfo(skb)->tx_flags, in skb_setup_tx_timestamp()