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()98 } else if (pbuf->pb_type == PBUF_TYPE_MEMORY) { in pbuf_sync()136 } else if (pbuf->pb_type == PBUF_TYPE_MEMORY) { in pbuf_to_mbuf()197 } else if (pbuf->pb_type == PBUF_TYPE_MEMORY) { in pbuf_clone_to_mbuf()224 } else if (pbuf->pb_type != PBUF_TYPE_MEMORY) { in pbuf_ensure_writable()281 } else if (pbuf->pb_type == PBUF_TYPE_MEMORY) { in pbuf_resize_segment()339 } else if (pbuf->pb_type == PBUF_TYPE_MEMORY) { in pbuf_contig_segment()360 } else if (pbuf->pb_type == PBUF_TYPE_MEMORY) { in pbuf_copy_back()378 } else if (pbuf->pb_type == PBUF_TYPE_MEMORY) { in pbuf_copy_data()[all …]
32 PBUF_TYPE_MEMORY enumerator