Searched refs:ref (Results 1 – 6 of 6) sorted by relevance
262 p->ref = 1; in pbuf_alloc()296 q->ref = 1; in pbuf_alloc()344 p->ref = 1; in pbuf_alloc()409 p->pbuf.ref = 1; in pbuf_alloced_custom()643 u16_t ref; in pbuf_free() local650 LWIP_ASSERT("pbuf_free: p->ref > 0", p->ref > 0); in pbuf_free()652 ref = --(p->ref); in pbuf_free()655 if (ref == 0) { in pbuf_free()686 …( PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_free: %p has ref %"U16_F", ending here.\n", (void *)p, ref)); in pbuf_free()729 ++(p->ref); in pbuf_ref()
109 u16_t ref; member
668 LWIP_ASSERT("p->ref == 1", p->ref == 1);825 LWIP_ASSERT("p->ref == 1", p->ref == 1);865 LWIP_ASSERT("p->ref == 1", p->ref == 1);
88 if head.startswith("ref: "):
502 must *not* be reused by the application unless their ref-count is 1.
2870 is properly ref counted.3013 * TCP has been fixed to deal with the new use of the pbuf->ref3052 * The packet buffer implementation is changed. The pbuf->ref counter