Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c22 struct cb_opts { struct
23 const char *cc;
24 int map_fd;
84 struct cb_opts *cb_opts = (struct cb_opts *)opts; in cc_cb() local
91 struct cb_opts cb_opts = { in test_cubic() local
121 struct cb_opts *cb_opts = (struct cb_opts *)opts; in stg_post_socket_cb() local
138 struct cb_opts cb_opts = { in test_dctcp() local
186 struct cb_opts cb_opts = { in test_dctcp_autoattach_map() local
393 struct cb_opts cb_opts = { in test_update_ca() local
431 struct cb_opts cb_opts = { in test_update_wrong() local
[all …]
H A 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/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h39 void *cb_opts; member