Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkpi_mbuf.c1023 u_int32_t mtag_id_first, mtag_id_last; in mbuf_tag_allocate() local
1030 (void) net_str_id_first_last(&mtag_id_first, &mtag_id_last, in mbuf_tag_allocate()
1033 id < mtag_id_first || id > mtag_id_last || length < 1 || in mbuf_tag_allocate()
1066 u_int32_t mtag_id_first, mtag_id_last; in mbuf_tag_find() local
1076 (void) net_str_id_first_last(&mtag_id_first, &mtag_id_last, in mbuf_tag_find()
1079 id < mtag_id_first || id > mtag_id_last || length == NULL || in mbuf_tag_find()
1104 u_int32_t mtag_id_first, mtag_id_last; in mbuf_tag_free() local
1107 (void) net_str_id_first_last(&mtag_id_first, &mtag_id_last, in mbuf_tag_free()
1110 id < mtag_id_first || id > mtag_id_last) { in mbuf_tag_free()