Searched refs:send_recv_data (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_tcp_ca.c | 73 ASSERT_OK(send_recv_data(lfd, fd, total_bytes), "send_recv_data"); in do_test() 172 ASSERT_OK(send_recv_data(lfd, fd, total_bytes), "send_recv_data"); in test_dctcp()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | network_helpers.h | 101 int send_recv_data(int lfd, int fd, uint32_t total_bytes);
|
| H A D | network_helpers.c | 721 int send_recv_data(int lfd, int fd, uint32_t total_bytes) in send_recv_data() function
|