Searched refs:do_recv (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ipv6_flowlabel.c | 97 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 D | udpgso_bench_rx.c | 354 static void do_recv(void) in do_recv() function 406 do_recv(); in main()
|
H A D | rxtimestamp.c | 175 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()
|