Searched refs:sctp_asocidhash (Results 1 – 2 of 2) sorted by relevance
575 struct sctpasochead *sctp_asocidhash; member
1852 head = &inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(id, inp->hashasocidmark)];2858 inp->sctp_asocidhash = SCTP_HASH_INIT(SCTP_STACK_VTAG_HASH_SIZE, &inp->hashasocidmark);2859 if (inp->sctp_asocidhash == NULL) {3176 lhd = &new_inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(stcb->asoc.assoc_id,4220 if ((inp->sctp_asocidhash) != NULL) {4221 SCTP_HASH_FREE(inp->sctp_asocidhash, inp->hashasocidmark);4222 inp->sctp_asocidhash = NULL;4886 head = &inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(id, inp->hashasocidmark)];