Home
last modified time | relevance | path

Searched refs:tsflags (Results 1 – 2 of 2) sorted by relevance

/include/net/
Dsock.h1855 u32 tsflags; member
1862 .tsflags = READ_ONCE(sk->sk_tsflags) in sockcm_init()
2670 u32 tsflags = READ_ONCE(sk->sk_tsflags); in sock_recv_timestamp() local
2679 (tsflags & SOF_TIMESTAMPING_RX_SOFTWARE) || in sock_recv_timestamp()
2680 (kt && tsflags & SOF_TIMESTAMPING_SOFTWARE) || in sock_recv_timestamp()
2682 (tsflags & SOF_TIMESTAMPING_RAW_HARDWARE))) in sock_recv_timestamp()
2713 void __sock_tx_timestamp(__u16 tsflags, __u8 *tx_flags);
2724 static inline void _sock_tx_timestamp(struct sock *sk, __u16 tsflags, in _sock_tx_timestamp() argument
2727 if (unlikely(tsflags)) { in _sock_tx_timestamp()
2728 __sock_tx_timestamp(tsflags, tx_flags); in _sock_tx_timestamp()
[all …]
Dip.h101 ipcm->sockc.tsflags = READ_ONCE(inet->sk.sk_tsflags); in ipcm_init_sk()