Searched refs:loop_cnt_current (Results 1 – 2 of 2) sorted by relevance
179 netif->loop_cnt_current = 0; in netif_add()620 if(((netif->loop_cnt_current + clen) < netif->loop_cnt_current) || in netif_loop_output()621 ((netif->loop_cnt_current + clen) > LWIP_LOOPBACK_MAX_PBUFS)) { in netif_loop_output()628 netif->loop_cnt_current += clen; in netif_loop_output()700 ((netif->loop_cnt_current - clen) < netif->loop_cnt_current)); in netif_poll()701 netif->loop_cnt_current -= clen; in netif_poll()
223 u16_t loop_cnt_current; member