Home | History | Annotate | Download | only in netinet

Lines Matching refs:sctp_tcbhash

1642 		head = &inp->sctp_tcbhash[SCTP_PCBHASH_ALLADDR(rport,
1647 LIST_FOREACH(stcb, head, sctp_tcbhash) {
2859 inp->sctp_tcbhash = SCTP_HASH_INIT(SCTP_BASE_SYSCTL(sctp_pcbtblsize),
2861 if (inp->sctp_tcbhash == NULL) {
2875 SCTP_HASH_FREE(inp->sctp_tcbhash, inp->sctp_hashmark);
2892 SCTP_HASH_FREE(inp->sctp_tcbhash, inp->sctp_hashmark);
3056 LIST_REMOVE(stcb, sctp_tcbhash);
3088 if (new_inp->sctp_tcbhash != NULL) {
3089 SCTP_HASH_FREE(new_inp->sctp_tcbhash, new_inp->sctp_hashmark);
3090 new_inp->sctp_tcbhash = NULL;
4262 if (inp->sctp_tcbhash != NULL) {
4263 SCTP_HASH_FREE(inp->sctp_tcbhash, inp->sctp_hashmark);
4264 inp->sctp_tcbhash = NULL;
5071 if (inp->sctp_tcbhash != NULL) {
5072 head = &inp->sctp_tcbhash[SCTP_PCBHASH_ALLADDR(stcb->rport,
5074 LIST_INSERT_HEAD(head, stcb, sctp_tcbhash);
5567 if (inp->sctp_tcbhash) {
5568 LIST_REMOVE(stcb, sctp_tcbhash);