Searched defs:ipsa_s (Results 1 – 1 of 1) sorted by relevance
124 typedef struct ipsa_s { struct125 struct ipsa_s *ipsa_next; /* Next in hash bucket */ argument126 struct ipsa_s **ipsa_ptpn; /* Pointer to previous next pointer. */ argument128 void (*ipsa_freefunc)(struct ipsa_s *); /* freeassoc function */ argument129 void (*ipsa_noncefunc)(struct ipsa_s *, uchar_t *, argument146 struct ipsid_s *ipsa_src_cid; /* Source certificate identity */ argument147 struct ipsid_s *ipsa_dst_cid; /* Destination certificate identity */148 mblk_t *ipsa_lpkt; /* Packet received while larval (CAS me) */149 mblk_t *ipsa_bpkt_head; /* Packets received while idle */150 mblk_t *ipsa_bpkt_tail;[all …]