Searched refs:tstype (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/tools/testing/selftests/net/ |
D | txtimestamp.c | 132 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-v6.1/net/core/ |
D | skbuff.c | 4878 int tstype, in __skb_complete_tx_timestamp() argument 4890 serr->ee.ee_info = tstype; in __skb_complete_tx_timestamp() 4945 struct sock *sk, int tstype) in __skb_tstamp_tx() argument 4988 __skb_complete_tx_timestamp(skb, sk, tstype, opt_stats); in __skb_tstamp_tx()
|
/Linux-v6.1/include/linux/ |
D | skbuff.h | 4267 struct sock *sk, int tstype);
|