Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet6/
H A Dipsec.c156 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 *);
4680 struct ipsec_tag { struct
4695 #define IPSEC_TAG_HDR_SIZE (offsetof(struct ipsec_tag, history[0])) argument
4699 static struct ipsec_tag *
4709 struct ipsec_tag *itag; in ipsec_addaux()
4716 itag = (struct ipsec_tag*)(tag + 1); in ipsec_addaux()
4724 return tag ? (struct ipsec_tag*)(tag + 1) : NULL; in ipsec_addaux()
[all …]