Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_pcb.h571 struct sctpasochead *sctp_asocidhash; member
Dsctp_pcb.c1846 head = &inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(id, inp->hashasocidmark)];
2848 inp->sctp_asocidhash = SCTP_HASH_INIT(SCTP_STACK_VTAG_HASH_SIZE, &inp->hashasocidmark);
2849 if (inp->sctp_asocidhash == NULL) {
3128 lhd = &new_inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(stcb->asoc.assoc_id,
4185 if ((inp->sctp_asocidhash) != NULL) {
4186 SCTP_HASH_FREE(inp->sctp_asocidhash, inp->hashasocidmark);
4187 inp->sctp_asocidhash = NULL;
4884 head = &inp->sctp_asocidhash[SCTP_PCBHASH_ASOC(id, inp->hashasocidmark)];