Searched defs:cb_opts (Results 1 – 3 of 3) sorted by relevance
26 struct cb_opts { struct27 const char *cc;28 int map_fd;88 struct cb_opts *cb_opts = (struct cb_opts *)opts; in cc_cb() local95 struct cb_opts cb_opts = { in test_cubic() local125 struct cb_opts *cb_opts = (struct cb_opts *)opts; in stg_post_socket_cb() local142 struct cb_opts cb_opts = { in test_dctcp() local190 struct cb_opts cb_opts = { in test_dctcp_autoattach_map() local397 struct cb_opts cb_opts = { in test_update_ca() local435 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
38 void *cb_opts; member