Searched refs:cli_opts (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_tcp_ca.c | 40 const struct network_helper_opts *cli_opts, in start_test() argument 48 *cli_fd = connect_to_fd_opts(*srv_fd, cli_opts); in start_test() 145 struct network_helper_opts cli_opts = { in test_dctcp() local 164 if (!start_test(NULL, &opts, &cli_opts, &lfd, &fd)) in test_dctcp() 274 struct network_helper_opts cli_opts = { in test_dctcp_fallback() local 292 if (!start_test("::1", &srv_opts, &cli_opts, &lfd, &cli_fd)) in test_dctcp_fallback()
|