Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_qdisc.c43 err = send_recv_data(srv_fd, cli_fd, total_bytes); in do_test()
H A Dbpf_tcp_ca.c74 ASSERT_OK(send_recv_data(lfd, fd, total_bytes), "send_recv_data"); in do_test()
177 ASSERT_OK(send_recv_data(lfd, fd, total_bytes), "send_recv_data"); in test_dctcp()
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h106 int send_recv_data(int lfd, int fd, uint32_t total_bytes);
H A Dnetwork_helpers.c727 int send_recv_data(int lfd, int fd, uint32_t total_bytes) in send_recv_data() function