Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf2.c683 struct m_tag_type_entry *mtte = &m_tag_type_table[KERNEL_TAG_TYPE_NONE]; in get_m_tag_type_entry() local
700 mtte = &m_tag_type_table[type]; in get_m_tag_type_entry()
716 return mtte; in get_m_tag_type_entry()
720 m_tag_kalloc(uint32_t id, uint16_t type, uint16_t len, int wait, struct m_tag_type_entry *mtte) in m_tag_kalloc() argument
724 tag = mtte->mt_alloc_func(id, type, len, wait); in m_tag_kalloc()
740 m_tag_kfree(struct m_tag *tag, struct m_tag_type_entry *mtte) in m_tag_kfree() argument
742 mtte->mt_free_func(tag); in m_tag_kfree()
749 struct m_tag_type_entry *mtte = NULL; in m_tag_alloc() local
752 mtte = get_m_tag_type_entry(id, type, &mtts); in m_tag_alloc()
771 tag = m_tag_kalloc(id, type, (uint16_t)len, wait, mtte); in m_tag_alloc()
[all …]