Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_pcb.h232 struct sctpvtaghead vtag_timewait[SCTP_STACK_VTAG_HASH_SIZE];
H A Dsctp_constants.h899 #define SCTP_STACK_VTAG_HASH_SIZE 32 macro
H A Dsctp_pcb.c2437 inp->sctp_asocidhash = SCTP_HASH_INIT(SCTP_STACK_VTAG_HASH_SIZE, &inp->hashasocidmark); in sctp_inpcb_alloc()
4551 chain = &SCTP_BASE_INFO(vtag_timewait)[(tag % SCTP_STACK_VTAG_HASH_SIZE)]; in sctp_is_in_timewait()
4588 chain = &SCTP_BASE_INFO(vtag_timewait)[(tag % SCTP_STACK_VTAG_HASH_SIZE)]; in sctp_add_vtag_to_timewait()
5813 for (i = 0; i < SCTP_STACK_VTAG_HASH_SIZE; i++) { in sctp_pcb_init()
5934 for (i = 0; i < SCTP_STACK_VTAG_HASH_SIZE; i++) { in sctp_pcb_finish()