Searched refs:other_datagrams (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/lwip/src/core/ipv4/
H A Dip_frag.c226 int other_datagrams; local
233 other_datagrams = 0;
238 other_datagrams++;
255 } while ((pbufs_freed < pbufs_needed) && (other_datagrams > 1));
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Dip4_frag.c230 int other_datagrams; local
238 other_datagrams = 0;
243 other_datagrams++;
262 } while ((pbufs_freed < pbufs_needed) && (other_datagrams > 1));

Completed in 94 milliseconds