Searched refs:connect_to_fd_opts (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_v1v2.c35 fd = connect_to_fd_opts(server_fd, &opts);
55 client_fd = connect_to_fd_opts(server_fd, &opts);
H A Dip_check_defrag.c202 client_tx_fd = connect_to_fd_opts(srv_fd, &tx_ops);
204 if (!ASSERT_GE(client_tx_fd, 0, "connect_to_fd_opts"))
211 client_rx_fd = connect_to_fd_opts(srv_fd, &rx_opts);
213 if (!ASSERT_GE(client_rx_fd, 0, "connect_to_fd_opts"))
H A Dbpf_tcp_ca.c283 cli_fd = connect_to_fd_opts(lfd, &opts);
/linux-master/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h56 int connect_to_fd_opts(int server_fd, const struct network_helper_opts *opts);
H A Dnetwork_helpers.c283 int connect_to_fd_opts(int server_fd, const struct network_helper_opts *opts) function
351 return connect_to_fd_opts(server_fd, &opts);

Completed in 176 milliseconds