Searched refs:PBUF_TYPE_MEMORY (Results 1 – 2 of 2) sorted by relevance
49 pbuf->pb_type = PBUF_TYPE_MEMORY; in pbuf_init_memory()64 } else if (pbuf->pb_type == PBUF_TYPE_MEMORY) { in pbuf_destroy()97 } else if (pbuf->pb_type == PBUF_TYPE_MEMORY) { in pbuf_sync()134 } else if (pbuf->pb_type == PBUF_TYPE_MEMORY) { in pbuf_to_mbuf()194 } else if (pbuf->pb_type == PBUF_TYPE_MEMORY) { in pbuf_clone_to_mbuf()221 } else if (pbuf->pb_type != PBUF_TYPE_MEMORY) { in pbuf_ensure_writable()278 } else if (pbuf->pb_type == PBUF_TYPE_MEMORY) { in pbuf_resize_segment()336 } else if (pbuf->pb_type == PBUF_TYPE_MEMORY) { in pbuf_contig_segment()357 } else if (pbuf->pb_type == PBUF_TYPE_MEMORY) { in pbuf_copy_back()375 } else if (pbuf->pb_type == PBUF_TYPE_MEMORY) { in pbuf_copy_data()[all …]
32 PBUF_TYPE_MEMORY enumerator