Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dsctp_pcb.c1407 if (inp->sctp_tcbhash == NULL) { in sctp_inpcb_alloc()
1414 LIST_INIT(&inp->sctp_tcbhash[i]); in sctp_inpcb_alloc()
1516 LIST_REMOVE(stcb, sctp_tcbhash); in sctp_move_pcb_and_assoc()
1535 if (new_inp->sctp_tcbhash != NULL) { in sctp_move_pcb_and_assoc()
1537 new_inp->sctp_tcbhash); in sctp_move_pcb_and_assoc()
1538 new_inp->sctp_tcbhash = NULL; in sctp_move_pcb_and_assoc()
2235 if (inp->sctp_tcbhash != NULL) { in sctp_inpcb_free()
2237 inp->sctp_tcbhash = NULL; in sctp_inpcb_free()
2822 if (inp->sctp_tcbhash != NULL) { in sctp_aloc_assoc()
3085 if (inp->sctp_tcbhash) { in sctp_free_assoc()
[all …]
H A Dsctp_pcb.h310 struct sctpasochead *sctp_tcbhash; member
349 LIST_ENTRY(sctp_tcb) sctp_tcbhash; /* next link in hash table */