Home
last modified time | relevance | path

Searched refs:SCTP_ILL_HASH (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.h123 #define SCTP_ILL_HASH 16 macro
H A Dsctp_addr.c98 #define SCTP_ILL_HASH_FN(index) ((index) % SCTP_ILL_HASH)
1995 for (i = 0; i < SCTP_ILL_HASH; i++) { in sctp_free_ills()
2050 SCTP_ILL_HASH, KM_SLEEP); in sctp_saddr_init()
2057 for (i = 0; i < SCTP_ILL_HASH; i++) { in sctp_saddr_init()
2078 for (i = 0; i < SCTP_ILL_HASH; i++) in sctp_saddr_fini()
2085 SCTP_ILL_HASH); in sctp_saddr_fini()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c1350 sctp_ill_hash_t ills[SCTP_ILL_HASH];
1411 for (i = 0; i < SCTP_ILL_HASH; i++) { in sctp_stack_ill_walk_init()