Searched defs:cb_opts (Results 1 – 3 of 3) sorted by relevance
22 struct cb_opts { struct23 const char *cc;24 int map_fd;84 struct cb_opts *cb_opts = (struct cb_opts *)opts; in cc_cb() local91 struct cb_opts cb_opts = { in test_cubic() local121 struct cb_opts *cb_opts = (struct cb_opts *)opts; in stg_post_socket_cb() local138 struct cb_opts cb_opts = { in test_dctcp() local186 struct cb_opts cb_opts = { in test_dctcp_autoattach_map() local393 struct cb_opts cb_opts = { in test_update_ca() local431 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
39 void *cb_opts; member