Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dipsec.c161 struct ipsec_tag;
256 static struct ipsec_tag *ipsec_addaux(struct mbuf *);
257 static struct ipsec_tag *ipsec_findaux(struct mbuf *);
258 static void ipsec_optaux(struct mbuf *, struct ipsec_tag *);
4960 struct ipsec_tag { struct
4965 static struct ipsec_tag * argument
4975 struct ipsec_tag *itag; in ipsec_addaux()
4979 sizeof(struct ipsec_tag), M_DONTWAIT, m); in ipsec_addaux()
4982 itag = (struct ipsec_tag*)(tag->m_tag_data); in ipsec_addaux()
4990 return tag ? (struct ipsec_tag*)(tag->m_tag_data) : NULL; in ipsec_addaux()
[all …]