Searched refs:do_rx (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | psock_snd.c | 315 static void do_rx(int fd, int expected_len, char *expected, bool is_psock, in do_rx() function 547 do_rx(fds, expected_len, expected, true, PACKET_OUTGOING); in test_ignore_outgoing() 548 do_rx(fds, expected_len, expected, true, PACKET_HOST); in test_ignore_outgoing() 558 do_rx(fds, expected_len, expected, true, PACKET_HOST); in test_ignore_outgoing() 585 do_rx(fds, total_len - sizeof(struct virtio_net_hdr), in run_test() 590 do_rx(fdr, cfg_payload_len, tbuf + total_len - cfg_payload_len, false, -1); in run_test()
|
| H A D | msg_zerocopy.c | 661 static void do_rx(int domain, int type, int protocol) in do_rx() function 699 do_rx(domain, type, protocol); in do_test()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | flow_dissector_classification.c | 427 static int do_rx(int fd) in do_rx() function 471 err = do_rx(fdr); in run_test() 488 err = do_rx(fdr); in run_test()
|
| /linux/tools/testing/selftests/net/lib/ |
| H A D | csum.c | 949 static void do_rx(int fdp, int fdr) in do_rx() function 1006 do_rx(fdp, fdr); in main()
|