Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dsctp_pcb.c564 head = &inp->sctp_tcbhash[SCTP_PCBHASH_ALLADDR(rport, in sctp_findassociation_ep_addr()
569 LIST_FOREACH(stcb, head, sctp_tcbhash) { in sctp_findassociation_ep_addr()
1406 inp->sctp_tcbhash = SCTP_ZONE_GET(sctppcbinfo.ipi_zone_hash); in sctp_inpcb_alloc()
1407 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()
2231 if (inp->sctp_tcbhash != NULL) { in sctp_inpcb_free()
[all …]
Dsctp_pcb.h310 struct sctpasochead *sctp_tcbhash; member
349 LIST_ENTRY(sctp_tcb) sctp_tcbhash; /* next link in hash table */