Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
H A Dip6_frag.c104 static u16_t ip6_reass_pbufcount; variable
162 * Updates the total count of enqueued pbufs (ip6_reass_pbufcount),
242 LWIP_ASSERT("ip_reass_pbufcount >= clen", ip6_reass_pbufcount >= pbufs_freed); in ip6_reass_free_complete_datagram()
243 ip6_reass_pbufcount = (u16_t)(ip6_reass_pbufcount - pbufs_freed); in ip6_reass_free_complete_datagram()
280 } while (((ip6_reass_pbufcount + pbufs_needed) > IP_REASS_MAX_PBUFS) && (reassdatagrams != NULL)); in ip6_reass_remove_oldest_datagram()
408 if ((ip6_reass_pbufcount + clen) > IP_REASS_MAX_PBUFS) { in ip6_reass()
411 if ((ip6_reass_pbufcount + clen) <= IP_REASS_MAX_PBUFS) { in ip6_reass()
527 ip6_reass_pbufcount = (u16_t)(ip6_reass_pbufcount in ip6_reass()
[all...]

Completed in 1 milliseconds