Searched refs:loop_first (Results 1 – 4 of 4) sorted by relevance
66 if (netif_list->loop_first != NULL) { in ip4_teardown()67 pbuf_free(netif_list->loop_first); in ip4_teardown()68 netif_list->loop_first = NULL; in ip4_teardown()
78 if (netif_list->loop_first != NULL) { in ip6_teardown()79 pbuf_free(netif_list->loop_first); in ip6_teardown()80 netif_list->loop_first = NULL; in ip6_teardown()
359 netif->loop_first = NULL; in netif_add()1150 if (netif->loop_first != NULL) { in netif_loop_output()1161 netif->loop_first = r; in netif_loop_output()1233 while (netif->loop_first != NULL) { in netif_poll()1239 in = in_end = netif->loop_first; in netif_poll()1257 netif->loop_first = netif->loop_last = NULL; in netif_poll()1260 netif->loop_first = in_end->next; in netif_poll()1261 LWIP_ASSERT("should not be null since first != last!", netif->loop_first != NULL); in netif_poll()
384 struct pbuf *loop_first; member