Searched refs:sctp_tcbhash (Results 1 – 2 of 2) sorted by relevance
391 struct sctpasochead *sctp_tcbhash; member447 LIST_ENTRY(sctp_tcb) sctp_tcbhash; /* next link in hash
1428 LIST_FOREACH(stcb, head, sctp_tcbhash) { in sctp_findassociation_ep_addr()2494 if (inp->sctp_tcbhash == NULL) { in sctp_inpcb_alloc()2648 LIST_REMOVE(stcb, sctp_tcbhash); in sctp_move_pcb_and_assoc()2681 if (new_inp->sctp_tcbhash != NULL) { in sctp_move_pcb_and_assoc()2683 new_inp->sctp_tcbhash = NULL; in sctp_move_pcb_and_assoc()3662 if (inp->sctp_tcbhash != NULL) { in sctp_inpcb_free()3664 inp->sctp_tcbhash = NULL; in sctp_inpcb_free()4383 if (inp->sctp_tcbhash != NULL) { in sctp_aloc_assoc()4386 LIST_INSERT_HEAD(head, stcb, sctp_tcbhash); in sctp_aloc_assoc()4894 if (inp->sctp_tcbhash) { in sctp_free_assoc()[all …]