Home
last modified time | relevance | path

Searched refs:SCTP_BIND_HASH (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c594 tbf = &sctps->sctps_bind_fanout[SCTP_BIND_HASH(port)]; in sctp_bindi()
714 SCTP_BIND_HASH(port)] == tbf); in sctp_bindi()
H A Dsctp_conn.c128 SCTP_BIND_HASH(ntohs(aconnp->conn_lport))], acceptor, 0); in sctp_accept_comm()
H A Dsctp_impl.h433 #define SCTP_BIND_HASH(lport) (((lport) * 31) & (SCTP_BIND_FANOUT_SIZE - 1)) macro
/titanic_44/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c946 SCTP_BIND_HASH(lport)); in sctp()