Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_pcb.c1688 head = &inp->sctp_tcbhash[SCTP_PCBHASH_ALLADDR(rport,
1690 LIST_FOREACH(stcb, head, sctp_tcbhash) {
2900 inp->sctp_tcbhash = SCTP_HASH_INIT(SCTP_BASE_SYSCTL(sctp_pcbtblsize),
2902 if (inp->sctp_tcbhash == NULL) {
2919 SCTP_HASH_FREE(inp->sctp_tcbhash, inp->sctp_hashmark);
2939 SCTP_HASH_FREE(inp->sctp_tcbhash, inp->sctp_hashmark);
3107 LIST_REMOVE(stcb, sctp_tcbhash);
3139 if (new_inp->sctp_tcbhash != NULL) {
3140 SCTP_HASH_FREE(new_inp->sctp_tcbhash, new_inp->sctp_hashmark);
3141 new_inp->sctp_tcbhash = NULL;
[all …]
Dsctp_pcb.h481 struct sctpasochead *sctp_tcbhash; member
600 LIST_ENTRY(sctp_tcb) sctp_tcbhash; /* next link in hash