Home
last modified time | relevance | path

Searched defs:cb_opts (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dbpf_tcp_ca.c26 struct cb_opts { struct
27 const char *cc;
28 int map_fd;
88 struct cb_opts *cb_opts = (struct cb_opts *)opts; in cc_cb() local
95 struct cb_opts cb_opts = { in test_cubic() local
125 struct cb_opts *cb_opts = (struct cb_opts *)opts; in stg_post_socket_cb() local
142 struct cb_opts cb_opts = { in test_dctcp() local
190 struct cb_opts cb_opts = { in test_dctcp_autoattach_map() local
397 struct cb_opts cb_opts = { in test_update_ca() local
435 struct cb_opts cb_opts = { in test_update_wrong() local
[all …]
Dsk_lookup.c77 struct cb_opts { struct
78 int family;
79 int sotype;
80 bool reuseport;
158 struct cb_opts cb_opts = { in make_server() local
/linux-6.12.1/tools/testing/selftests/bpf/
Dnetwork_helpers.h38 void *cb_opts; member