Lines Matching refs:tsflags
1867 u32 tsflags; member
1878 .tsflags = READ_ONCE(sk->sk_tsflags), in sockcm_init()
2694 u32 tsflags = READ_ONCE(sk->sk_tsflags); in sock_recv_timestamp() local
2703 (tsflags & SOF_TIMESTAMPING_RX_SOFTWARE) || in sock_recv_timestamp()
2704 (kt && tsflags & SOF_TIMESTAMPING_SOFTWARE) || in sock_recv_timestamp()
2706 (tsflags & SOF_TIMESTAMPING_RAW_HARDWARE))) in sock_recv_timestamp()
2738 void __sock_tx_timestamp(__u32 tsflags, __u8 *tx_flags);
2753 __u32 tsflags = sockc->tsflags; in _sock_tx_timestamp() local
2755 if (unlikely(tsflags)) { in _sock_tx_timestamp()
2756 __sock_tx_timestamp(tsflags, tx_flags); in _sock_tx_timestamp()
2757 if (tsflags & SOF_TIMESTAMPING_OPT_ID && tskey && in _sock_tx_timestamp()
2758 tsflags & SOF_TIMESTAMPING_TX_RECORD_MASK) { in _sock_tx_timestamp()
2759 if (tsflags & SOCKCM_FLAG_TS_OPT_ID) in _sock_tx_timestamp()