Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dso_txtime.c41 struct timed_send { struct
47 static struct timed_send cfg_in[MAX_NUM_PKT]; argument
48 static struct timed_send cfg_out[MAX_NUM_PKT];
64 static void do_send_one(int fdt, struct timed_send *ts) in do_send_one()
101 static bool do_recv_one(int fdr, struct timed_send *ts) in do_recv_one()
296 static int parse_io(const char *optarg, struct timed_send *array) in parse_io()