Lines Matching refs:sctp_tcbhash
564 head = &inp->sctp_tcbhash[SCTP_PCBHASH_ALLADDR(rport,
569 LIST_FOREACH(stcb, head, sctp_tcbhash) {
1406 inp->sctp_tcbhash = SCTP_ZONE_GET(sctppcbinfo.ipi_zone_hash);
1407 if (inp->sctp_tcbhash == NULL) {
1414 LIST_INIT(&inp->sctp_tcbhash[i]);
1516 LIST_REMOVE(stcb, sctp_tcbhash);
1535 if (new_inp->sctp_tcbhash != NULL) {
1537 new_inp->sctp_tcbhash);
1538 new_inp->sctp_tcbhash = NULL;
2231 if (inp->sctp_tcbhash != NULL) {
2232 SCTP_ZONE_FREE(sctppcbinfo.ipi_zone_hash, inp->sctp_tcbhash);
2233 inp->sctp_tcbhash = NULL;
2818 if (inp->sctp_tcbhash != NULL) {
2819 head = &inp->sctp_tcbhash[SCTP_PCBHASH_ALLADDR(stcb->rport,
2821 LIST_INSERT_HEAD(head, stcb, sctp_tcbhash);
3081 if (inp->sctp_tcbhash) {
3082 LIST_REMOVE(stcb, sctp_tcbhash);