Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet6/
H A Dipsec.c5115 struct ipsec_tag_container { struct
5123 struct ipsec_tag_container *tag_container; in m_tag_kalloc_ipsec() argument
5134 tag_container = kalloc_type(struct ipsec_tag_container, wait | M_ZERO); in m_tag_kalloc_ipsec()
5149 struct ipsec_tag_container *tag_container = (struct ipsec_tag_container *)tag; in m_tag_kfree_ipsec()
5153 kfree_type(struct ipsec_tag_container, tag_container); in m_tag_kfree_ipsec()