Searched refs:nstcb (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_pcb.c | 3192 struct sctp_tcb *stcb, *nstcb; in sctp_inpcb_free() local 3243 LIST_FOREACH_SAFE(stcb, &inp->sctp_asoc_list, sctp_tcblist, nstcb) { in sctp_inpcb_free() 3390 LIST_FOREACH_SAFE(stcb, &inp->sctp_asoc_list, sctp_tcblist, nstcb) { in sctp_inpcb_free() 3534 LIST_FOREACH_SAFE(stcb, &inp->sctp_asoc_free_list, sctp_tcblist, nstcb) { in sctp_inpcb_free()
|