Searched refs:tstype (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | net_timestamping.c | 26 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/io_uring/ |
| H A D | cmd_net.c | 63 u32 tstype, tskey; in io_process_timestamp_skb() local 73 tstype = serr->ee.ee_info; in io_process_timestamp_skb() 78 cqe->flags |= tstype << IORING_TIMESTAMP_TYPE_SHIFT; in io_process_timestamp_skb()
|
| /linux/tools/testing/selftests/net/ |
| H A D | txtimestamp.c | 134 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/net/core/ |
| H A D | skbuff.c | 5526 int tstype, in __skb_complete_tx_timestamp() argument 5538 serr->ee.ee_info = tstype; in __skb_complete_tx_timestamp() 5592 int tstype) in skb_tstamp_tx_report_so_timestamping() argument 5594 switch (tstype) { in skb_tstamp_tx_report_so_timestamping() 5612 int tstype) in skb_tstamp_tx_report_bpf_timestamping() argument 5616 switch (tstype) { in skb_tstamp_tx_report_bpf_timestamping() 5641 struct sock *sk, int tstype) in __skb_tstamp_tx() argument 5652 sk, tstype); in __skb_tstamp_tx() 5654 if (!skb_tstamp_tx_report_so_timestamping(orig_skb, hwtstamps, tstype)) in __skb_tstamp_tx() 5698 __skb_complete_tx_timestamp(skb, sk, tstype, opt_stats); in __skb_tstamp_tx()
|
| /linux/include/linux/ |
| H A D | skbuff.h | 4679 struct sock *sk, int tstype);
|