Searched defs:cb_opts (Results 1 – 3 of 3) sorted by relevance
23 struct cb_opts { struct24 const char *cc;25 int map_fd;85 struct cb_opts *cb_opts = (struct cb_opts *)opts; in cc_cb() local92 struct cb_opts cb_opts = { in test_cubic() local126 struct cb_opts *cb_opts = (struct cb_opts *)opts; in stg_post_socket_cb() local143 struct cb_opts cb_opts = { in test_dctcp() local191 struct cb_opts cb_opts = { in test_dctcp_autoattach_map() local398 struct cb_opts cb_opts = { in test_update_ca() local436 struct cb_opts cb_opts = { in test_update_wrong() local[all …]
77 struct cb_opts { struct78 int family;79 int sotype;80 bool reuseport;158 struct cb_opts cb_opts = { in make_server() local
47 void *cb_opts; member