Lines Matching refs:pi_next
70 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in phyint_lookup()
85 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in phyint_lookup_on_index()
159 pi->pi_next = phyints; in phyint_insert()
501 phyints = pi->pi_next; in phyint_delete()
503 pi->pi_prev->pi_next = pi->pi_next; in phyint_delete()
505 if (pi->pi_next != NULL) in phyint_delete()
506 pi->pi_next->pi_prev = pi->pi_prev; in phyint_delete()
507 pi->pi_next = pi->pi_prev = NULL; in phyint_delete()
741 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in tmptoken_isvalid()
1110 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in prefix_lookup_addr_match()
2321 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in phyint_print_all()