Searched refs:loop_first (Results 1 – 4 of 4) sorted by relevance
129 if (netif_list->loop_first != NULL) { in ip4_teardown()130 pbuf_free(netif_list->loop_first); in ip4_teardown()131 netif_list->loop_first = NULL; in ip4_teardown()
373 netif->loop_first = NULL; in netif_add()1186 if (netif->loop_first != NULL) { in netif_loop_output()1197 netif->loop_first = r; in netif_loop_output()1269 while (netif->loop_first != NULL) { in netif_poll()1275 in = in_end = netif->loop_first; in netif_poll()1293 netif->loop_first = netif->loop_last = NULL; in netif_poll()1296 netif->loop_first = in_end->next; in netif_poll()1297 LWIP_ASSERT("should not be null since first != last!", netif->loop_first != NULL); in netif_poll()
81 if (netif_list->loop_first != NULL) { in ip6_teardown()82 pbuf_free(netif_list->loop_first); in ip6_teardown()83 netif_list->loop_first = NULL; in ip6_teardown()
396 struct pbuf *loop_first; member
Completed in 16 milliseconds