Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkpi_mbuf.c1184 u_int32_t mtag_id_first, mtag_id_last; in mbuf_tag_allocate() local
1191 (void) net_str_id_first_last(&mtag_id_first, &mtag_id_last, in mbuf_tag_allocate()
1194 id < mtag_id_first || id > mtag_id_last || length < 1 || in mbuf_tag_allocate()
1227 u_int32_t mtag_id_first, mtag_id_last; in mbuf_tag_find() local
1237 (void) net_str_id_first_last(&mtag_id_first, &mtag_id_last, in mbuf_tag_find()
1240 id < mtag_id_first || id > mtag_id_last || length == NULL || in mbuf_tag_find()
1265 u_int32_t mtag_id_first, mtag_id_last; in mbuf_tag_free() local
1268 (void) net_str_id_first_last(&mtag_id_first, &mtag_id_last, in mbuf_tag_free()
1271 id < mtag_id_first || id > mtag_id_last) { in mbuf_tag_free()