Searched refs:oldest_c (Results 1 – 1 of 1) sorted by relevance
1194 struct connection *c = NULL, *oldest_c = NULL; in kill_lru_stream_connection() local1210 if (oldest_c == NULL in kill_lru_stream_connection()1211 || oldest_c->start_time > c->start_time) { in kill_lru_stream_connection()1213 oldest_c = c; in kill_lru_stream_connection()1216 if (oldest_c != NULL) { in kill_lru_stream_connection()1218 conn_type_names[oldest_c->type], in kill_lru_stream_connection()1219 verto_get_fd(oldest_ev), oldest_c->addrbuf); in kill_lru_stream_connection()1220 if (oldest_c->type == CONN_RPC) in kill_lru_stream_connection()1221 oldest_c->rpc_force_close = 1; in kill_lru_stream_connection()