Searched refs:bfnext (Results 1 – 1 of 1) sorted by relevance
1147 bridge_fwd_t *bfp, *bfnext; in link_shutdown() local1179 bfnext = avl_first(&bip->bi_fwd); in link_shutdown()1180 while ((bfp = bfnext) != NULL) { in link_shutdown()1181 bfnext = AVL_NEXT(&bip->bi_fwd, bfp); in link_shutdown()1202 bfnext = avl_first(&fwd_scavenge); in link_shutdown()1203 while ((bfp = bfnext) != NULL) { in link_shutdown()1204 bfnext = AVL_NEXT(&fwd_scavenge, bfp); in link_shutdown()1404 bridge_fwd_t *bfp, *bfnext; in bridge_timer() local1431 bfnext = avl_first(&bip->bi_fwd); in bridge_timer()1432 while ((bfp = bfnext) != NULL) { in bridge_timer()[all …]