Searched refs:tsflags (Results 1 – 2 of 2) sorted by relevance
1867 u32 tsflags; member1878 .tsflags = READ_ONCE(sk->sk_tsflags), in sockcm_init()2694 u32 tsflags = READ_ONCE(sk->sk_tsflags); in sock_recv_timestamp() local2703 (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()2753 __u32 tsflags = sockc->tsflags; in _sock_tx_timestamp() local2755 if (unlikely(tsflags)) { in _sock_tx_timestamp()2756 __sock_tx_timestamp(tsflags, tx_flags); in _sock_tx_timestamp()2758 tsflags & SOF_TIMESTAMPING_TX_RECORD_MASK) { in _sock_tx_timestamp()[all …]
1583 .tsflags = READ_ONCE(sk->sk_tsflags), in hci_sockcm_init()
Completed in 19 milliseconds