Searched refs:tcp_parent (Results 1 – 2 of 2) sorted by relevance
1517 if(c->tcp_parent) {1518 if(c != c->tcp_parent->tcp_free) {1519 c->tcp_parent->cur_tcp_count--;1520 c->tcp_free = c->tcp_parent->tcp_free;1521 c->tcp_parent->tcp_free = c;1525 comm_point_start_listening(c->tcp_parent, -1, -1);2808 if(c->tcp_parent) {2809 c->dnscrypt = c->tcp_parent->dnscrypt;2899 if(c->tcp_parent) {2900 if(c != c->tcp_parent->tcp_free) {[all …]
201 struct comm_point* tcp_parent; member