Home
last modified time | relevance | path

Searched refs:PBUF_TYPE_MBUF (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/bsd/net/
H A Dpf_pbuf.c39 pbuf->pb_type = PBUF_TYPE_MBUF; in pbuf_init_mbuf()
59 if (pbuf->pb_type == PBUF_TYPE_MBUF) { in pbuf_destroy()
78 if (pbuf->pb_type == PBUF_TYPE_MBUF) { in pbuf_sync()
131 if (pbuf->pb_type == PBUF_TYPE_MBUF) { in pbuf_to_mbuf()
195 if (pbuf->pb_type == PBUF_TYPE_MBUF) { in pbuf_clone_to_mbuf()
209 if (pbuf->pb_type == PBUF_TYPE_MBUF) { in pbuf_ensure_writable()
239 if (pbuf->pb_type == PBUF_TYPE_MBUF) { in pbuf_resize_segment()
324 if (pbuf->pb_type == PBUF_TYPE_MBUF) { in pbuf_contig_segment()
358 if (pbuf->pb_type == PBUF_TYPE_MBUF) { in pbuf_copy_back()
376 if (pbuf->pb_type == PBUF_TYPE_MBUF) { in pbuf_copy_data()
[all …]
H A Dpf_pbuf.h31 PBUF_TYPE_MBUF, enumerator