Searched refs:iph2_next (Results 1 – 1 of 1) sorted by relevance
1299 struct ph2handle *iph2, *iph2_next; in remove_ph1() local1308 for (iph2 = LIST_FIRST(&iph1->ph2tree); iph2; iph2 = iph2_next) { in remove_ph1()1309 iph2_next = LIST_NEXT(iph2, chain); in remove_ph1()