Searched refs:mbuf_tag_allocate (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_edgehole.c301 if (mbuf_tag_allocate(m, edgehole_tag, 0, sizeof(*tag), MBUF_WAITOK, (void**)&tag) != 0)
302 panic("ip_edgehole_mbuf_tag - mbuf_tag_allocate failed"); // ouch - how important is it that we block this stuff?
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkpi_mbuf.h1216 @function mbuf_tag_allocate
1236 errno_t mbuf_tag_allocate(mbuf_t mbuf, mbuf_tag_id_t module_id,
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkpi_mbuf.c865 mbuf_tag_allocate( function

Completed in 37 milliseconds