Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dipv6_flowlabel.c97 static void do_recv(int fd, bool with_flowlabel, uint32_t expect) in do_recv() function
249 do_recv(fdr, true, FLOWLABEL_WILDCARD); in main()
253 do_recv(fdr, false, 0); in main()
266 do_recv(fdr, true, cfg_label); in main()
H A Dudpgso_bench_rx.c354 static void do_recv(void) in do_recv() function
406 do_recv(); in main()
H A Drxtimestamp.c193 bool do_recv(int rcv, int read_size, struct tstamps expected) in do_recv() function
356 failed = do_recv(rcv, read_size, test_cases[test_num].expected); in run_test_case()