Lines Matching refs:tsflags
1914 u32 tsflags; member
1925 .tsflags = READ_ONCE(sk->sk_tsflags), in sockcm_init()
2833 u32 tsflags = READ_ONCE(sk->sk_tsflags); in sock_recv_timestamp() local
2842 (tsflags & SOF_TIMESTAMPING_RX_SOFTWARE) || in sock_recv_timestamp()
2843 (kt && tsflags & SOF_TIMESTAMPING_SOFTWARE) || in sock_recv_timestamp()
2845 (tsflags & SOF_TIMESTAMPING_RAW_HARDWARE))) in sock_recv_timestamp()
2877 void __sock_tx_timestamp(__u32 tsflags, __u8 *tx_flags);
2892 __u32 tsflags = sockc->tsflags; in _sock_tx_timestamp() local
2894 if (unlikely(tsflags)) { in _sock_tx_timestamp()
2895 __sock_tx_timestamp(tsflags, tx_flags); in _sock_tx_timestamp()
2896 if (tsflags & SOF_TIMESTAMPING_OPT_ID && tskey && in _sock_tx_timestamp()
2897 tsflags & SOF_TIMESTAMPING_TX_RECORD_MASK) { in _sock_tx_timestamp()
2898 if (tsflags & SOCKCM_FLAG_TS_OPT_ID) in _sock_tx_timestamp()