Searched refs:sctp_asocidhash (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h575 struct sctpasochead *sctp_asocidhash; member in struct:sctp_inpcb
H A Dsctp_pcb.c1852 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)];

Completed in 488 milliseconds