Home | History | Annotate | Download | only in netinet

Lines Matching refs:next_addr_touse

2525 	starting_point = inp->next_addr_touse;
2527 if (inp->next_addr_touse == NULL) {
2528 inp->next_addr_touse = LIST_FIRST(&inp->sctp_addr_list);
2531 for (laddr = inp->next_addr_touse; laddr;
2549 inp->next_addr_touse = NULL;
2553 inp->next_addr_touse = starting_point;
2556 if (inp->next_addr_touse == NULL) {
2557 inp->next_addr_touse = LIST_FIRST(&inp->sctp_addr_list);
2562 for (laddr = inp->next_addr_touse; laddr;
2580 inp->next_addr_touse = NULL;