Searched refs:connect_fd_to_fd (Results 1 - 6 of 6) sorted by path

/linux-master/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c366 int connect_fd_to_fd(int client_fd, int server_fd, int timeout_ms) function
H A Dnetwork_helpers.h65 int connect_fd_to_fd(int client_fd, int server_fd, int timeout_ms);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_nf.c42 if (!ASSERT_EQ(connect_fd_to_fd(fd, srv_fd, TIMEOUT_MS), 0, "connect_fd_to_fd")) {
H A Dbpf_tcp_ca.c63 err = connect_fd_to_fd(fd, lfd, 0);
H A Dcgroup_skb_sk_lookup.c27 err = connect_fd_to_fd(out_sk, serv_sk, 1000);
28 if (CHECK(!err || errno != EINPROGRESS, "connect_fd_to_fd",
H A Dcgroup_tcp_skb.c89 err = connect_fd_to_fd(*client_fd, *listen_fd, 0);
90 if (!ASSERT_OK(err, "connect_fd_to_fd"))
139 err = connect_fd_to_fd(*client_fd, *listen_fd, 0);
140 if (!ASSERT_OK(err, "connect_fd_to_fd"))

Completed in 419 milliseconds