Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dcontent_filter.c2478 struct cflil_tag_container { struct
2486 struct cflil_tag_container *tag_container; in m_tag_kalloc_cfil_udp() argument
2497 tag_container = kalloc_type(struct cflil_tag_container, wait | M_ZERO); in m_tag_kalloc_cfil_udp()
2512 struct cflil_tag_container *tag_container = (struct cflil_tag_container *)tag; in m_tag_kfree_cfil_udp()
2514 kfree_type(struct cflil_tag_container, tag_container); in m_tag_kfree_cfil_udp()