Home
last modified time | relevance | path

Searched refs:network_helper_opts (Results 1 – 12 of 12) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/ !
H A Dbpf_tcp_ca.c39 const struct network_helper_opts *srv_opts, in start_test()
40 const struct network_helper_opts *cli_opts, in start_test()
66 static void do_test(const struct network_helper_opts *opts) in do_test()
94 struct network_helper_opts opts = { in test_cubic()
141 struct network_helper_opts opts = { in test_dctcp()
145 struct network_helper_opts cli_opts = { in test_dctcp()
189 struct network_helper_opts opts = { in test_dctcp_autoattach_map()
267 struct network_helper_opts srv_opts = { in test_dctcp_fallback()
274 struct network_helper_opts cli_opts = { in test_dctcp_fallback()
396 struct network_helper_opts opts = { in test_update_ca()
[all …]
H A Dip_check_defrag.c162 struct network_helper_opts rx_opts = { in test_bpf_ip_check_defrag_ok()
165 struct network_helper_opts tx_ops = { in test_bpf_ip_check_defrag_ok()
H A Dcgroup_v1v2.c55 struct network_helper_opts opts = {}; in test_cgroup_v1v2()
H A Dsockopt_inherit.c95 struct network_helper_opts opts = { in run_test()
H A Dtest_tc_tunnel.c138 struct network_helper_opts opts = { in run_server()
171 struct network_helper_opts opts = {.timeout_ms = 500}; in connect_client_to_server()
H A Dbtf_skc_cls_ingress.c104 struct network_helper_opts opts = { 0 }; in run_test()
H A Dtest_bpf_smc.c275 struct network_helper_opts opts = {0}; in run_link()
H A Dmptcp.c77 struct network_helper_opts opts = { in start_mptcp_server()
H A Dsock_addr.c224 const struct network_helper_opts *opts) in kernel_connect_to_addr()
279 const struct network_helper_opts *opts);
H A Dsk_lookup.c163 struct network_helper_opts opts = { in make_server()
/linux/tools/testing/selftests/bpf/ !
H A Dnetwork_helpers.h28 struct network_helper_opts { struct
63 const struct network_helper_opts *opts); argument
70 const struct network_helper_opts *opts);
73 const struct network_helper_opts *opts);
75 const struct network_helper_opts *opts);
77 const struct network_helper_opts *opts);
79 int connect_to_fd_opts(int server_fd, const struct network_helper_opts *opts);
H A Dnetwork_helpers.c69 static const struct network_helper_opts default_opts;
98 const struct network_helper_opts *opts) in start_server_addr()
146 const struct network_helper_opts *opts) in start_server_str()
163 struct network_helper_opts opts = { in start_server()
180 struct network_helper_opts opts = { in start_reuseport_server()
267 const struct network_helper_opts *opts) in client_socket()
295 const struct network_helper_opts *opts) in connect_to_addr()
318 const struct network_helper_opts *opts) in connect_to_addr_str()
332 int connect_to_fd_opts(int server_fd, const struct network_helper_opts *opts) in connect_to_fd_opts()
358 struct network_helper_opts opts = { in connect_to_fd()