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

/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c841 u_int32_t mtag_id_first, mtag_id_last; local
847 (void) net_str_id_first_last(&mtag_id_first, &mtag_id_last, NSI_MBUF_TAG);
849 id > mtag_id_last || length < 1 || (length & 0xffff0000) != 0 ||
882 u_int32_t mtag_id_first, mtag_id_last; local
890 (void) net_str_id_first_last(&mtag_id_first, &mtag_id_last, NSI_MBUF_TAG);
892 id > mtag_id_last || length == NULL || data_p == NULL) {
916 u_int32_t mtag_id_first, mtag_id_last; local
919 (void) net_str_id_first_last(&mtag_id_first, &mtag_id_last, NSI_MBUF_TAG);
921 id > mtag_id_last)

Completed in 91 milliseconds