Searched refs:connect_to_fd_opts (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_v1v2.c | 35 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 D | ip_check_defrag.c | 202 client_tx_fd = connect_to_fd_opts(srv_fd, &tx_ops); in test_bpf_ip_check_defrag_ok() 204 if (!ASSERT_GE(client_tx_fd, 0, "connect_to_fd_opts")) 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() 213 if (!ASSERT_GE(client_rx_fd, 0, "connect_to_fd_opts")) in test_bpf_ip_check_defrag_ok()
|
H A D | bpf_tcp_ca.c | 287 cli_fd = connect_to_fd_opts(lfd, &opts); in test_dctcp_fallback()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | network_helpers.h | 55 int connect_to_fd_opts(int server_fd, const struct network_helper_opts *opts);
|
H A D | network_helpers.c | 262 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()
|
Completed in 4 milliseconds