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.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 …]
H A Dsk_lookup.c80 struct cb_opts { struct
81 int family;
82 int sotype;
83 bool reuseport;
201 struct cb_opts cb_opts = { in make_server() local
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h39 void *cb_opts; member