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.c23 struct cb_opts { struct
24 const char *cc;
25 int map_fd;
85 struct cb_opts *cb_opts = (struct cb_opts *)opts; in cc_cb() local
92 struct cb_opts cb_opts = { in test_cubic() local
126 struct cb_opts *cb_opts = (struct cb_opts *)opts; in stg_post_socket_cb() local
143 struct cb_opts cb_opts = { in test_dctcp() local
191 struct cb_opts cb_opts = { in test_dctcp_autoattach_map() local
398 struct cb_opts cb_opts = { in test_update_ca() local
436 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.h47 void *cb_opts; member