Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_pcb.h393 struct sctpasochead sctp_asoc_free_list; member
H A Dsctp_pcb.c2390 LIST_INIT(&inp->sctp_asoc_free_list); in sctp_inpcb_alloc()
3534 LIST_FOREACH_SAFE(stcb, &inp->sctp_asoc_free_list, sctp_tcblist, nstcb) { in sctp_inpcb_free()
5029 LIST_INSERT_HEAD(&inp->sctp_asoc_free_list, stcb, sctp_tcblist); in sctp_free_assoc()