Searched refs:tstype (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/tools/testing/selftests/networking/timestamping/ |
D | txtimestamp.c | 85 static void validate_key(int tskey, int tstype) in validate_key() argument 93 saved_tskey_type = tstype; in validate_key() 94 else if (saved_tskey_type != tstype) in validate_key() 147 static void print_timestamp(struct scm_timestamping *tss, int tstype, in print_timestamp() argument 152 validate_key(tskey, tstype); in print_timestamp() 154 switch (tstype) { in print_timestamp() 169 tstype); in print_timestamp()
|
/Linux-v5.4/net/core/ |
D | skbuff.c | 4505 int tstype, in __skb_complete_tx_timestamp() argument 4517 serr->ee.ee_info = tstype; in __skb_complete_tx_timestamp() 4572 struct sock *sk, int tstype) in __skb_tstamp_tx() argument 4615 __skb_complete_tx_timestamp(skb, sk, tstype, opt_stats); in __skb_tstamp_tx()
|
/Linux-v5.4/include/linux/ |
D | skbuff.h | 3794 struct sock *sk, int tstype);
|