Searched refs:tstype (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/net/ |
H A 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()
|
/openbmc/linux/net/core/ |
H A D | skbuff.c | 5222 int tstype, in __skb_complete_tx_timestamp() argument 5234 serr->ee.ee_info = tstype; in __skb_complete_tx_timestamp() 5289 struct sock *sk, int tstype) in __skb_tstamp_tx() argument 5339 __skb_complete_tx_timestamp(skb, sk, tstype, opt_stats); in __skb_tstamp_tx()
|
/openbmc/linux/include/linux/ |
H A D | skbuff.h | 4356 struct sock *sk, int tstype);
|