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