Searched refs:tsflags (Results 1 – 2 of 2) sorted by relevance
1651 u16 tsflags; member1657 *sockc = (struct sockcm_cookie) { .tsflags = sk->sk_tsflags }; in sockcm_init()2443 void __sock_tx_timestamp(__u16 tsflags, __u8 *tx_flags);2454 static inline void _sock_tx_timestamp(struct sock *sk, __u16 tsflags, in _sock_tx_timestamp() argument2457 if (unlikely(tsflags)) { in _sock_tx_timestamp()2458 __sock_tx_timestamp(tsflags, tx_flags); in _sock_tx_timestamp()2459 if (tsflags & SOF_TIMESTAMPING_OPT_ID && tskey && in _sock_tx_timestamp()2460 tsflags & SOF_TIMESTAMPING_TX_RECORD_MASK) in _sock_tx_timestamp()2467 static inline void sock_tx_timestamp(struct sock *sk, __u16 tsflags, in sock_tx_timestamp() argument2470 _sock_tx_timestamp(sk, tsflags, tx_flags, NULL); in sock_tx_timestamp()[all …]
93 ipcm->sockc.tsflags = inet->sk.sk_tsflags; in ipcm_init_sk()