Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet6/
H A Dipsec.c5095 struct ipsec_tag_container { struct
5103 struct ipsec_tag_container *tag_container; in m_tag_kalloc_ipsec() argument
5114 tag_container = kalloc_type(struct ipsec_tag_container, wait | M_ZERO); in m_tag_kalloc_ipsec()
5129 struct ipsec_tag_container *__single tag_container = (struct ipsec_tag_container *)tag; in m_tag_kfree_ipsec()
5133 kfree_type(struct ipsec_tag_container, tag_container); in m_tag_kfree_ipsec()