Home
last modified time | relevance | path

Searched refs: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; in sctp_bind_hash_insert() local
801 sctpnext = sctpp[0]; in sctp_bind_hash_insert()
802 if (sctpnext) { in sctp_bind_hash_insert()
803 sctpnext->sctp_ptpbhn = &sctp->sctp_bind_hash; in sctp_bind_hash_insert()
805 sctp->sctp_bind_hash = sctpnext; in sctp_bind_hash_insert()
820 sctp_t *sctpnext; in sctp_bind_hash_remove() local
831 sctpnext = sctp->sctp_bind_hash; in sctp_bind_hash_remove()
832 if (sctpnext) { in sctp_bind_hash_remove()
833 sctpnext->sctp_ptpbhn = sctp->sctp_ptpbhn; in sctp_bind_hash_remove()
836 *sctp->sctp_ptpbhn = sctpnext; in sctp_bind_hash_remove()