Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dkpi_mbuf.c1025 u_int32_t mtag_id_first, mtag_id_last; in mbuf_tag_allocate() local
1032 (void) net_str_id_first_last(&mtag_id_first, &mtag_id_last, in mbuf_tag_allocate()
1035 id < mtag_id_first || id > mtag_id_last || length < 1 || in mbuf_tag_allocate()
1068 u_int32_t mtag_id_first, mtag_id_last; in mbuf_tag_find() local
1078 (void) net_str_id_first_last(&mtag_id_first, &mtag_id_last, in mbuf_tag_find()
1081 id < mtag_id_first || id > mtag_id_last || length == NULL || in mbuf_tag_find()
1106 u_int32_t mtag_id_first, mtag_id_last; in mbuf_tag_free() local
1109 (void) net_str_id_first_last(&mtag_id_first, &mtag_id_last, in mbuf_tag_free()
1112 id < mtag_id_first || id > mtag_id_last) { in mbuf_tag_free()