Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf2.c403 cookie = (((uintptr_t)tag->m_tag_type) << 32) | (uintptr_t)tag->m_tag_id; in m_tag_cookie_from_id_and_type()
409 cookie = (((uintptr_t)tag->m_tag_type) << 16) | (uintptr_t)tag->m_tag_id; in m_tag_cookie_from_id_and_type()
421 ptrauth_blend_discriminator((void *)(uintptr_t)(tag->m_tag_type | tag->m_tag_id), in m_tag_create_cookie()
433 ptrauth_blend_discriminator((void *)(uintptr_t)(tag->m_tag_type | tag->m_tag_id), in m_tag_verify_cookie()
786 assert3u(tag->m_tag_id, ==, id); in m_tag_alloc()
811 mtte = get_m_tag_type_entry(tag->m_tag_id, tag->m_tag_type, &mtts); in m_tag_free()
942 if (p->m_tag_id == id && p->m_tag_type == type) { in m_tag_locate()
959 p = m_tag_alloc(t->m_tag_id, t->m_tag_type, t->m_tag_len, how); in m_tag_copy()
/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h162 uint32_t m_tag_id; /* Module ID */ member
176 (tag)->m_tag_id = (id); \
/xnu-11417.140.69/bsd/netinet/
H A Dip_dummynet.c837 mtag->m_tag_id == KERNEL_MODULE_TAG_ID && in dn_tag_get()
H A Dip_input.c974 if (p->m_tag_id == KERNEL_MODULE_TAG_ID) { in ip_input_first_pass()