Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_v1v2.c33 fd = connect_to_fd_opts(server_fd, NULL); in run_test()
57 client_fd = connect_to_fd_opts(server_fd, &opts); in test_cgroup_v1v2()
H A Dbpf_tcp_ca.c48 *cli_fd = connect_to_fd_opts(*srv_fd, cli_opts); in start_test()
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h77 int connect_to_fd_opts(int server_fd, const struct network_helper_opts *opts);
H A Dnetwork_helpers.c326 int connect_to_fd_opts(int server_fd, const struct network_helper_opts *opts) in connect_to_fd_opts() function
365 return connect_to_fd_opts(server_fd, &opts); in connect_to_fd()