Searched refs:tstype (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/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.6/net/core/ |
| D | skbuff.c | 5207 int tstype, in __skb_complete_tx_timestamp() argument 5219 serr->ee.ee_info = tstype; in __skb_complete_tx_timestamp() 5274 struct sock *sk, int tstype) in __skb_tstamp_tx() argument 5324 __skb_complete_tx_timestamp(skb, sk, tstype, opt_stats); in __skb_tstamp_tx()
|
| /Linux-v6.6/include/linux/ |
| D | skbuff.h | 4325 struct sock *sk, int tstype);
|