Home
last modified time | relevance | path

Searched refs:cb_opts (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c84 struct cb_opts *cb_opts = (struct cb_opts *)opts; in cc_cb() local
91 struct cb_opts cb_opts = { in test_cubic() local
96 .cb_opts = &cb_opts, in test_cubic()
121 struct cb_opts *cb_opts = (struct cb_opts *)opts; in stg_post_socket_cb() local
143 .cb_opts = &cb_opts, in test_dctcp()
147 .cb_opts = &cb_opts, in test_dctcp()
191 .cb_opts = &cb_opts, in test_dctcp_autoattach_map()
398 .cb_opts = &cb_opts, in test_update_ca()
436 .cb_opts = &cb_opts, in test_update_wrong()
473 .cb_opts = &cb_opts, in test_mixed_links()
[all …]
H A Dsk_lookup.c77 struct cb_opts { struct
110 struct cb_opts *co = (struct cb_opts *)opts; in setsockopts()
158 struct cb_opts cb_opts = { in make_server() local
166 .cb_opts = &cb_opts, in make_server()
170 fd = start_server_str(cb_opts.family, sotype, ip, port, &opts); in make_server()
/linux-6.15/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h42 void *cb_opts; member
H A Dnetwork_helpers.c115 opts->post_socket_cb(fd, opts->cb_opts)) { in start_server_addr()
278 opts->post_socket_cb(fd, opts->cb_opts)) in client_socket()