Searched refs:sctp_asocidhash (Results 1 – 2 of 2) sorted by relevance
431 struct sctpasochead *sctp_asocidhash; member
1424 head = &inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(id, inp->hashasocidmark)]; in sctp_findasoc_ep_asocid_locked()2310 inp->sctp_asocidhash = SCTP_HASH_INIT(SCTP_STACK_VTAG_HASH_SIZE, &inp->hashasocidmark); in sctp_inpcb_alloc()2311 if (inp->sctp_asocidhash == NULL) { in sctp_inpcb_alloc()2554 lhd = &new_inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(stcb->asoc.assoc_id, in sctp_move_pcb_and_assoc()3471 if ((inp->sctp_asocidhash) != NULL) { in sctp_inpcb_free()3472 SCTP_HASH_FREE(inp->sctp_asocidhash, inp->hashasocidmark); in sctp_inpcb_free()3473 inp->sctp_asocidhash = NULL; in sctp_inpcb_free()4029 head = &inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(id, inp->hashasocidmark)]; in sctp_aloc_a_assoc_id()