Home
last modified time | relevance | path

Searched refs:tstype (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/testing/selftests/net/
Dtxtimestamp.c132 static void validate_key(int tskey, int tstype) in validate_key() argument
140 saved_tskey_type = tstype; in validate_key()
141 else if (saved_tskey_type != tstype) in validate_key()
213 static void print_timestamp(struct scm_timestamping *tss, int tstype, in print_timestamp() argument
218 validate_key(tskey, tstype); in print_timestamp()
220 switch (tstype) { in print_timestamp()
238 tstype); in print_timestamp()
/linux-5.19.10/net/core/
Dskbuff.c4743 int tstype, in __skb_complete_tx_timestamp() argument
4755 serr->ee.ee_info = tstype; in __skb_complete_tx_timestamp()
4810 struct sock *sk, int tstype) in __skb_tstamp_tx() argument
4853 __skb_complete_tx_timestamp(skb, sk, tstype, opt_stats); in __skb_tstamp_tx()
/linux-5.19.10/include/linux/
Dskbuff.h4401 struct sock *sk, int tstype);