Lines Matching refs:tsflags
1639 u16 tsflags; member
1645 *sockc = (struct sockcm_cookie) { .tsflags = sk->sk_tsflags }; in sockcm_init()
2410 void __sock_tx_timestamp(__u16 tsflags, __u8 *tx_flags);
2421 static inline void _sock_tx_timestamp(struct sock *sk, __u16 tsflags, in _sock_tx_timestamp() argument
2424 if (unlikely(tsflags)) { in _sock_tx_timestamp()
2425 __sock_tx_timestamp(tsflags, tx_flags); in _sock_tx_timestamp()
2426 if (tsflags & SOF_TIMESTAMPING_OPT_ID && tskey && in _sock_tx_timestamp()
2427 tsflags & SOF_TIMESTAMPING_TX_RECORD_MASK) in _sock_tx_timestamp()
2434 static inline void sock_tx_timestamp(struct sock *sk, __u16 tsflags, in sock_tx_timestamp() argument
2437 _sock_tx_timestamp(sk, tsflags, tx_flags, NULL); in sock_tx_timestamp()
2440 static inline void skb_setup_tx_timestamp(struct sk_buff *skb, __u16 tsflags) in skb_setup_tx_timestamp() argument
2442 _sock_tx_timestamp(skb->sk, tsflags, &skb_shinfo(skb)->tx_flags, in skb_setup_tx_timestamp()