Home
last modified time | relevance | path

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

/freebsd-head/sys/netinet/
HDsctp_pcb.h388 struct sctpasochead *sctp_tcbhash; member
444 LIST_ENTRY(sctp_tcb) sctp_tcbhash; /* next link in hash
HDsctp_pcb.c1311 head = &inp->sctp_tcbhash[SCTP_PCBHASH_ALLADDR(rport, in sctp_findassociation_ep_addr()
1313 LIST_FOREACH(stcb, head, sctp_tcbhash) { in sctp_findassociation_ep_addr()
2373 inp->sctp_tcbhash = SCTP_HASH_INIT(SCTP_BASE_SYSCTL(sctp_pcbtblsize), in sctp_inpcb_alloc()
2375 if (inp->sctp_tcbhash == NULL) { in sctp_inpcb_alloc()
2547 LIST_REMOVE(stcb, sctp_tcbhash); in sctp_move_pcb_and_assoc()
2580 if (new_inp->sctp_tcbhash != NULL) { in sctp_move_pcb_and_assoc()
2581 SCTP_HASH_FREE(new_inp->sctp_tcbhash, new_inp->sctp_hashmark); in sctp_move_pcb_and_assoc()
2582 new_inp->sctp_tcbhash = NULL; in sctp_move_pcb_and_assoc()
3557 if (inp->sctp_tcbhash != NULL) { in sctp_inpcb_free()
3558 SCTP_HASH_FREE(inp->sctp_tcbhash, inp->sctp_hashmark); in sctp_inpcb_free()
[all …]