Lines Matching defs:next

375     pcb = pcb->next;
397 pcb = pcb->next;
415 for (pcb = list; pcb != NULL; pcb = pcb->next) {
875 for (cpcb = *tcp_pcb_lists[i]; cpcb != NULL; cpcb = cpcb->next) {
1034 for (lpcb = tcp_listen_pcbs.listen_pcbs; lpcb != NULL; lpcb = lpcb->next) {
1190 for (pcb = *tcp_pcb_lists[i]; pcb != NULL; pcb = pcb->next) {
1308 for (cpcb = *tcp_pcb_lists[i]; cpcb != NULL; cpcb = cpcb->next) {
1398 pcb = pcb->next;
1424 int next_slot = 1; /* increment timer to next slot */
1568 prev->next = pcb->next;
1572 tcp_active_pcbs = pcb->next;
1583 pcb = pcb->next;
1592 /* get the 'next' element now and work with 'prev' below (in case of abort) */
1594 pcb = pcb->next;
1634 prev->next = pcb->next;
1638 tcp_tw_pcbs = pcb->next;
1641 pcb = pcb->next;
1645 pcb = pcb->next;
1668 struct tcp_pcb *next;
1684 next = pcb->next;
1695 pcb = next;
1697 pcb = pcb->next;
1708 for (pcb = tcp_active_pcbs; pcb != NULL; pcb = pcb->next) {
1789 struct tcp_seg *next = seg->next;
1791 seg = next;
1908 for (pcb = tcp_active_pcbs; pcb != NULL; pcb = pcb->next) {
1941 for (pcb = tcp_active_pcbs; pcb != NULL; pcb = pcb->next) {
1970 for (pcb = tcp_tw_pcbs; pcb != NULL; pcb = pcb->next) {
1994 struct tcp_pcb *next = pcb->next;
2001 pcb = next;
2496 struct tcp_pcb *next = pcb->next;
2499 pcb = next;
2501 pcb = pcb->next;
2522 for (lpcb = tcp_listen_pcbs.listen_pcbs; lpcb != NULL; lpcb = lpcb->next) {
2672 for (pcb = tcp_active_pcbs; pcb != NULL; pcb = pcb->next) {
2680 for (pcbl = tcp_listen_pcbs.listen_pcbs; pcbl != NULL; pcbl = pcbl->next) {
2686 for (pcb = tcp_tw_pcbs; pcb != NULL; pcb = pcb->next) {
2701 for (pcb = tcp_active_pcbs; pcb != NULL; pcb = pcb->next) {
2706 for (pcb = tcp_tw_pcbs; pcb != NULL; pcb = pcb->next) {