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

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.h36 * The opaque pointer passed in upcalls is either a pointer to sctp_sonode,
40 struct sctp_sonode { struct
57 struct sctp_sonode *ssa_sonode;
91 extern int sosctp_aid_grow(struct sctp_sonode *ss, sctp_assoc_t maxid,
93 extern sctp_assoc_t sosctp_aid_get(struct sctp_sonode *ss);
94 extern void sosctp_aid_reserve(struct sctp_sonode *ss, sctp_assoc_t id,
100 extern int sosctp_assoc(struct sctp_sonode *ss, sctp_assoc_t id,
102 extern struct sctp_soassoc *sosctp_assoc_create(struct sctp_sonode *ss,
104 extern void sosctp_assoc_free(struct sctp_sonode *ss, struct sctp_soassoc *ssa);
105 extern int sosctp_assoc_createconn(struct sctp_sonode *s
[all...]
H A Dsockmod_sctp.c79 sizeof (struct sctp_sonode), 0, socksctp_constructor,
97 struct sctp_sonode *ss = buf;
108 struct sctp_sonode *ss = buf;
122 struct sctp_sonode *ss;
191 struct sctp_sonode *ss;
H A Dsocksctpsubr.c52 sosctp_aid_get(struct sctp_sonode *ss)
79 sosctp_aid_reserve(struct sctp_sonode *ss, sctp_assoc_t id, int incr)
97 sosctp_aid_grow(struct sctp_sonode *ss, sctp_assoc_t maxid, int kmflags)
137 sosctp_assoc(struct sctp_sonode *ss, sctp_assoc_t id, struct sctp_soassoc **ssa)
166 sosctp_assoc_create(struct sctp_sonode *ss, int kmflag)
186 sosctp_assoc_free(struct sctp_sonode *ss, struct sctp_soassoc *ssa)
359 sosctp_assoc_createconn(struct sctp_sonode *ss, const struct sockaddr *name,
492 sosctp_so_inherit(struct sctp_sonode *lss, struct sctp_sonode *nss)
513 sosctp_assoc_move(struct sctp_sonode *s
[all...]
H A Dsocksctp.c161 /* All the upcalls expect the upper handle to be sctp_sonode/sctp_soassoc. */
178 struct sctp_sonode *ss;
179 struct sctp_sonode *pss;
442 struct sctp_sonode *ss;
483 struct sctp_sonode *ss = SOTOSSO(so);
927 struct sctp_sonode *ss;
1297 struct sctp_sonode *ss = SOTOSSO(so);
1434 struct sctp_sonode *ss;
1820 struct sctp_sonode *ss;
1869 struct sctp_sonode *s
[all...]

Completed in 63 milliseconds