Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A 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()
H A Dip_check_defrag.c202 client_tx_fd = connect_to_fd_opts(srv_fd, &tx_ops); in test_bpf_ip_check_defrag_ok()
211 client_rx_fd = connect_to_fd_opts(srv_fd, &rx_opts); in test_bpf_ip_check_defrag_ok()
H A Dbpf_tcp_ca.c287 cli_fd = connect_to_fd_opts(lfd, &opts); in test_dctcp_fallback()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h55 int connect_to_fd_opts(int server_fd, const struct network_helper_opts *opts);
H A Dnetwork_helpers.c262 int connect_to_fd_opts(int server_fd, const struct network_helper_opts *opts) in connect_to_fd_opts() function
330 return connect_to_fd_opts(server_fd, &opts); in connect_to_fd()