Searched refs:sctp_asocidhash (Results 1 – 2 of 2) sorted by relevance
434 struct sctpasochead *sctp_asocidhash; member
1558 head = &inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(id, inp->hashasocidmark)]; in sctp_findasoc_ep_asocid_locked()2444 inp->sctp_asocidhash = SCTP_HASH_INIT(SCTP_STACK_VTAG_HASH_SIZE, &inp->hashasocidmark); in sctp_inpcb_alloc()2445 if (inp->sctp_asocidhash == NULL) { in sctp_inpcb_alloc()2670 lhd = &new_inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(stcb->asoc.assoc_id, in sctp_move_pcb_and_assoc()3591 if ((inp->sctp_asocidhash) != NULL) { in sctp_inpcb_free()3592 SCTP_HASH_FREE(inp->sctp_asocidhash, inp->hashasocidmark); in sctp_inpcb_free()3593 inp->sctp_asocidhash = NULL; in sctp_inpcb_free()4144 head = &inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(id, inp->hashasocidmark)]; in sctp_aloc_a_assoc_id()