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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkpi_mbuf.c768 static mbuf_tag_id_t mtag_id_next = MTAG_FIRST_ID; variable
778 *last = mtag_id_next - 1;
845 entry->id = mtag_id_next;
846 mtag_id_next++;
880 id >= mtag_id_next || length < 1 || (length & 0xffff0000) != 0 ||
921 id >= mtag_id_next || length == NULL || data_p == NULL) {
947 id >= mtag_id_next)

Completed in 27 milliseconds