Searched refs:tcl_addr (Results 1 – 8 of 8) sorted by relevance
68 struct tcl_addr* n = (struct tcl_addr*) node; in tcl_list_free_node()86 static struct tcl_addr*91 struct tcl_addr* node = regional_alloc_zero(tcl->region, in tcl_list_insert()92 sizeof(struct tcl_addr)); in tcl_list_insert()155 tcl_new_connection(struct tcl_addr* tcl) in tcl_new_connection()171 tcl_close_connection(struct tcl_addr* tcl) in tcl_close_connection()181 struct tcl_addr*185 return (struct tcl_addr*)addr_tree_lookup(&tcl->tree, in tcl_addr_lookup()
67 struct tcl_addr { struct104 int tcl_new_connection(struct tcl_addr* tcl);110 void tcl_close_connection(struct tcl_addr* tcl);119 struct tcl_addr*
370 struct tcl_addr* tcl_addr; member
1306 c->tcl_addr = tcl_addr_lookup(c->tcp_conn_limit, addr, *addrlen);1307 if(!tcl_new_connection(c->tcl_addr)) {4121 c->tcl_addr = NULL;4220 c->tcl_addr = NULL;4332 c->tcl_addr = NULL;4432 c->tcl_addr = NULL;4689 tcl_close_connection(c->tcl_addr);