Searched refs:connect_to_fd_opts (Results 1 – 5 of 5) sorted by relevance
39 fd = connect_to_fd_opts(server_fd, NULL); in run_test() 62 client_fd = connect_to_fd_opts(server_fd, &opts); in test_cgroup_v1v2()
457 client_fd1 = connect_to_fd_opts(listen_fd, NULL); in test_sockmap_with_mptcp_fallback()463 client_fd2 = connect_to_fd_opts(listen_fd, NULL); in test_sockmap_with_mptcp_fallback()
48 *cli_fd = connect_to_fd_opts(*srv_fd, cli_opts); in start_test()
79 int connect_to_fd_opts(int server_fd, const struct network_helper_opts *opts);
332 int connect_to_fd_opts(int server_fd, const struct network_helper_opts *opts) in connect_to_fd_opts() function371 return connect_to_fd_opts(server_fd, &opts); in connect_to_fd()