Searched refs:hs_free_next (Results 1 – 1 of 1) sorted by relevance
384 struct http_state *hs_free_next = NULL; in http_kill_oldest_connection() local389 hs_free_next = hs; in http_kill_oldest_connection()396 hs_free_next = hs; in http_kill_oldest_connection()401 if (hs_free_next != NULL) { in http_kill_oldest_connection()402 LWIP_ASSERT("hs_free_next->next != NULL", hs_free_next->next != NULL); in http_kill_oldest_connection()403 LWIP_ASSERT("hs_free_next->next->pcb != NULL", hs_free_next->next->pcb != NULL); in http_kill_oldest_connection()405 …http_close_or_abort_conn(hs_free_next->next->pcb, hs_free_next->next, 1); /* this also unlinks the… in http_kill_oldest_connection()