Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/
Dcgroup_v1v2.c35 fd = connect_to_fd_opts(server_fd, &opts); in run_test()
55 client_fd = connect_to_fd_opts(server_fd, &opts); in test_cgroup_v1v2()
Dbpf_tcp_ca.c281 cli_fd = connect_to_fd_opts(lfd, &opts); in test_dctcp_fallback()
/linux-5.19.10/tools/testing/selftests/bpf/
Dnetwork_helpers.h52 int connect_to_fd_opts(int server_fd, const struct network_helper_opts *opts);
Dnetwork_helpers.c262 int connect_to_fd_opts(int server_fd, const struct network_helper_opts *opts) in connect_to_fd_opts() function
320 return connect_to_fd_opts(server_fd, &opts); in connect_to_fd()