Searched refs:tcl_addr (Results 1 – 4 of 4) 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*
400 struct tcl_addr* tcl_addr; member
3082 c->tcl_addr = tcl_addr_lookup(c->tcp_conn_limit, addr, *addrlen);3083 if(!tcl_new_connection(c->tcl_addr)) {5987 c->tcl_addr = NULL;6086 c->tcl_addr = NULL;6198 c->tcl_addr = NULL;6298 c->tcl_addr = NULL;6555 tcl_close_connection(c->tcl_addr);