Home
last modified time | relevance | path

Searched defs:ipsa_s (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/inet/
H A Dsadb.h124 typedef struct ipsa_s { struct
125 struct ipsa_s *ipsa_next; /* Next in hash bucket */ argument
126 struct ipsa_s **ipsa_ptpn; /* Pointer to previous next pointer. */ argument
128 void (*ipsa_freefunc)(struct ipsa_s *); /* freeassoc function */ argument
129 void (*ipsa_noncefunc)(struct ipsa_s *, uchar_t *, argument
146 struct ipsid_s *ipsa_src_cid; /* Source certificate identity */ argument
147 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 …]