Searched refs:loop_cnt_current (Results 1 – 6 of 6) sorted by relevance
185 netif->loop_cnt_current = 0; in netif_add()684 if(((netif->loop_cnt_current + clen) < netif->loop_cnt_current) || in netif_loop_output()685 ((netif->loop_cnt_current + clen) > LWIP_LOOPBACK_MAX_PBUFS)) { in netif_loop_output()692 netif->loop_cnt_current += clen; in netif_loop_output()764 ((netif->loop_cnt_current - clen) < netif->loop_cnt_current)); in netif_poll()765 netif->loop_cnt_current -= clen; in netif_poll()
309 netif->loop_cnt_current = 0; in netif_add()870 if (((netif->loop_cnt_current + clen) < netif->loop_cnt_current) || in netif_loop_output()871 ((netif->loop_cnt_current + clen) > LWIP_LOOPBACK_MAX_PBUFS)) { in netif_loop_output()878 netif->loop_cnt_current += clen; in netif_loop_output()981 ((netif->loop_cnt_current - clen) < netif->loop_cnt_current)); in netif_poll()982 netif->loop_cnt_current -= clen; in netif_poll()
370 netif->loop_cnt_current = 0; in netif_add()1158 if (((netif->loop_cnt_current + clen) < netif->loop_cnt_current) || in netif_loop_output()1159 ((netif->loop_cnt_current + clen) > LWIP_MIN(LWIP_LOOPBACK_MAX_PBUFS, 0xFFFF))) { in netif_loop_output()1166 netif->loop_cnt_current = (u16_t)(netif->loop_cnt_current + clen); in netif_loop_output()1277 ((netif->loop_cnt_current - clen) < netif->loop_cnt_current)); in netif_poll()1278 netif->loop_cnt_current = (u16_t)(netif->loop_cnt_current - clen); in netif_poll()
235 u16_t loop_cnt_current; member
346 u16_t loop_cnt_current; member
389 u16_t loop_cnt_current; member
Completed in 13 milliseconds