Lines Matching refs:next
461 for(cpcb = *tcp_pcb_lists[i]; cpcb != NULL; cpcb = cpcb->next) {
535 for(lpcb = tcp_listen_pcbs.listen_pcbs; lpcb != NULL; lpcb = lpcb->next) {
659 for(pcb = *tcp_pcb_lists[i]; pcb != NULL; pcb = pcb->next) {
729 for(cpcb = *tcp_pcb_lists[i]; cpcb != NULL; cpcb = cpcb->next) {
815 pcb = pcb->next;
955 prev->next = pcb->next;
959 tcp_active_pcbs = pcb->next;
970 pcb = pcb->next;
979 /* get the 'next' element now and work with 'prev' below (in case of abort) */
981 pcb = pcb->next;
1023 prev->next = pcb->next;
1027 tcp_tw_pcbs = pcb->next;
1030 pcb = pcb->next;
1034 pcb = pcb->next;
1057 struct tcp_pcb *next;
1067 next = pcb->next;
1078 pcb = next;
1131 struct tcp_seg *next = seg->next;
1133 seg = next;
1229 for(pcb = tcp_active_pcbs; pcb != NULL; pcb = pcb->next) {
1258 for(pcb = tcp_tw_pcbs; pcb != NULL; pcb = pcb->next) {
1484 for (lpcb = tcp_listen_pcbs.listen_pcbs; lpcb != NULL; lpcb = lpcb->next) {
1701 for(pcb = tcp_active_pcbs; pcb != NULL; pcb = pcb->next) {
1708 for(pcb = (struct tcp_pcb *)tcp_listen_pcbs.pcbs; pcb != NULL; pcb = pcb->next) {
1715 for(pcb = tcp_tw_pcbs; pcb != NULL; pcb = pcb->next) {
1730 for(pcb = tcp_active_pcbs; pcb != NULL; pcb = pcb->next) {
1735 for(pcb = tcp_tw_pcbs; pcb != NULL; pcb = pcb->next) {