Searched refs:tcp_parent (Results 1 – 2 of 2) sorted by relevance
3327 if(c->tcp_parent && !c->is_in_tcp_free) {3330 log_assert(c->tcp_parent->cur_tcp_count > 0);3331 c->tcp_parent->cur_tcp_count--;3332 c->tcp_free = c->tcp_parent->tcp_free;3333 c->tcp_parent->tcp_free = c;3337 comm_point_start_listening(c->tcp_parent, -1, -1);4629 if(c->tcp_parent) {4630 c->dnscrypt = c->tcp_parent->dnscrypt;4720 if(c->tcp_parent && !c->is_in_tcp_free) {4723 log_assert(c->tcp_parent->cur_tcp_count > 0);[all …]
226 struct comm_point* tcp_parent; member