Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/net/
Dipv6_flowlabel.c74 static void do_recv(int fd, bool with_flowlabel, uint32_t expect) in do_recv() function
212 do_recv(fdr, true, FLOWLABEL_WILDCARD); in main()
216 do_recv(fdr, false, 0); in main()
221 do_recv(fdr, true, cfg_label); in main()
Dudpgso_bench_rx.c351 static void do_recv(void) in do_recv() function
403 do_recv(); in main()
Drxtimestamp.c175 bool do_recv(int rcv, int read_size, struct tstamps expected) in do_recv() function
338 failed = do_recv(rcv, read_size, test_cases[test_num].expected); in run_test_case()