Searched refs:pbuf_get_allocsrc (Results 1 – 2 of 2) sorted by relevance
283 #define pbuf_get_allocsrc(p) ((p)->type_internal & PBUF_TYPE_ALLOC_SRC_MASK) macro284 #define pbuf_match_allocsrc(p, type) (pbuf_get_allocsrc(p) == ((type) & PBUF_TYPE_ALLOC_SRC_MASK))
762 alloc_src = pbuf_get_allocsrc(p); in pbuf_free()