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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.c164 struct ipsec_tag;
264 static struct ipsec_tag *ipsec_addaux(struct mbuf *);
265 static struct ipsec_tag *ipsec_findaux(struct mbuf *);
266 static void ipsec_optaux(struct mbuf *, struct ipsec_tag *);
4238 struct ipsec_tag { struct
4245 #define IPSEC_TAG_HDR_SIZE (offsetof(struct ipsec_tag, history[0]))
4249 static struct ipsec_tag *
4259 struct ipsec_tag *itag;
4266 itag = (struct ipsec_tag*)(tag + 1);
4274 return tag ? (struct ipsec_tag*)(ta
[all...]

Completed in 21 milliseconds