Searched refs:connect_fd_to_fd (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | network_helpers.h | 39 int connect_fd_to_fd(int client_fd, int server_fd, int timeout_ms);
|
H A D | network_helpers.c | 195 int connect_fd_to_fd(int client_fd, int server_fd, int timeout_ms) in connect_fd_to_fd() function
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_skb_sk_lookup.c | 27 err = connect_fd_to_fd(out_sk, serv_sk, 1000); in run_lookup_test() 28 if (CHECK(!err || errno != EINPROGRESS, "connect_fd_to_fd", in run_lookup_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | network_helpers.h | 56 int connect_fd_to_fd(int client_fd, int server_fd, int timeout_ms);
|
H A D | network_helpers.c | 333 int connect_fd_to_fd(int client_fd, int server_fd, int timeout_ms) in connect_fd_to_fd() function
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_skb_sk_lookup.c | 27 err = connect_fd_to_fd(out_sk, serv_sk, 1000); in run_lookup_test() 28 if (CHECK(!err || errno != EINPROGRESS, "connect_fd_to_fd", in run_lookup_test()
|
H A D | cgroup_tcp_skb.c | 89 err = connect_fd_to_fd(*client_fd, *listen_fd, 0); in talk_to_cgroup() 90 if (!ASSERT_OK(err, "connect_fd_to_fd")) in talk_to_cgroup() 139 err = connect_fd_to_fd(*client_fd, *listen_fd, 0); in talk_to_outside() 140 if (!ASSERT_OK(err, "connect_fd_to_fd")) in talk_to_outside()
|
H A D | bpf_nf.c | 42 if (!ASSERT_EQ(connect_fd_to_fd(fd, srv_fd, TIMEOUT_MS), 0, "connect_fd_to_fd")) { in connect_to_server()
|
Completed in 3 milliseconds