Searched defs:sctpnext (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c789 sctp_t *sctpnext; local
801 sctpnext = sctpp[0];
802 if (sctpnext) {
803 sctpnext->sctp_ptpbhn = &sctp->sctp_bind_hash;
805 sctp->sctp_bind_hash = sctpnext;
820 sctp_t *sctpnext; local
831 sctpnext = sctp->sctp_bind_hash;
832 if (sctpnext) {
833 sctpnext->sctp_ptpbhn = sctp->sctp_ptpbhn;
836 *sctp->sctp_ptpbhn = sctpnext;
[all...]

Completed in 46 milliseconds