Searched refs:ipsec_tag (Results 1 – 1 of 1) sorted by relevance
161 struct ipsec_tag;258 static struct ipsec_tag *ipsec_addaux(struct mbuf *);259 static struct ipsec_tag *ipsec_findaux(struct mbuf *);260 static void ipsec_optaux(struct mbuf *, struct ipsec_tag *);4979 struct ipsec_tag { struct4984 static struct ipsec_tag * argument4994 struct ipsec_tag *itag; in ipsec_addaux()4998 sizeof(struct ipsec_tag), M_DONTWAIT, m); in ipsec_addaux()5001 itag = (struct ipsec_tag*)(tag->m_tag_data); in ipsec_addaux()5009 return tag ? (struct ipsec_tag*)(tag->m_tag_data) : NULL; in ipsec_addaux()[all …]