Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dnet_timestamping.c26 static void validate_key(int tskey, int tstype) in validate_key() argument
30 if (tstype == SCM_TSTAMP_SCHED) in validate_key()
48 static void test_socket_timestamp(struct scm_timestamping *tss, int tstype, in test_socket_timestamp() argument
53 validate_key(tskey, tstype); in test_socket_timestamp()
55 switch (tstype) { in test_socket_timestamp()
/linux-6.15/tools/testing/selftests/net/
H A Dtxtimestamp.c134 static void validate_key(int tskey, int tstype) in validate_key() argument
142 saved_tskey_type = tstype; in validate_key()
143 else if (saved_tskey_type != tstype) in validate_key()
217 static void print_timestamp(struct scm_timestamping *tss, int tstype, in print_timestamp() argument
222 validate_key(tskey, tstype); in print_timestamp()
224 switch (tstype) { in print_timestamp()
242 tstype); in print_timestamp()
/linux-6.15/net/core/
H A Dskbuff.c5450 int tstype, in __skb_complete_tx_timestamp() argument
5462 serr->ee.ee_info = tstype; in __skb_complete_tx_timestamp()
5516 int tstype) in skb_tstamp_tx_report_so_timestamping() argument
5518 switch (tstype) { in skb_tstamp_tx_report_so_timestamping()
5536 int tstype) in skb_tstamp_tx_report_bpf_timestamping() argument
5540 switch (tstype) { in skb_tstamp_tx_report_bpf_timestamping()
5565 struct sock *sk, int tstype) in __skb_tstamp_tx() argument
5576 sk, tstype); in __skb_tstamp_tx()
5578 if (!skb_tstamp_tx_report_so_timestamping(orig_skb, hwtstamps, tstype)) in __skb_tstamp_tx()
5622 __skb_complete_tx_timestamp(skb, sk, tstype, opt_stats); in __skb_tstamp_tx()
/linux-6.15/include/linux/
H A Dskbuff.h4520 struct sock *sk, int tstype);