Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_pcb.h569 struct sctpasochead *sctp_asocidhash; member
Dsctp_pcb.c1803 head = &inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(id, inp->hashasocidmark)];
2780 inp->sctp_asocidhash = SCTP_HASH_INIT(SCTP_STACK_VTAG_HASH_SIZE, &inp->hashasocidmark);
2781 if (inp->sctp_asocidhash == NULL) {
3077 lhd = &new_inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(stcb->asoc.assoc_id,
4136 if ((inp->sctp_asocidhash) != NULL) {
4137 SCTP_HASH_FREE(inp->sctp_asocidhash, inp->hashasocidmark);
4138 inp->sctp_asocidhash = NULL;
4791 head = &inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(id, inp->hashasocidmark)];