Lines Matching refs:bfnext
1147 bridge_fwd_t *bfp, *bfnext;
1179 bfnext = avl_first(&bip->bi_fwd);
1180 while ((bfp = bfnext) != NULL) {
1181 bfnext = AVL_NEXT(&bip->bi_fwd, bfp);
1202 bfnext = avl_first(&fwd_scavenge);
1203 while ((bfp = bfnext) != NULL) {
1204 bfnext = AVL_NEXT(&fwd_scavenge, bfp);
1404 bridge_fwd_t *bfp, *bfnext;
1431 bfnext = avl_first(&bip->bi_fwd);
1432 while ((bfp = bfnext) != NULL) {
1433 bfnext = AVL_NEXT(&bip->bi_fwd, bfp);
1451 bfnext = avl_first(&fwd_scavenge);
1452 while ((bfp = bfnext) != NULL) {
1453 bfnext = AVL_NEXT(&fwd_scavenge, bfp);
2641 bridge_fwd_t *bfp, *bfnext;
2650 bfnext = avl_first(&bip->bi_fwd);
2651 while ((bfp = bfnext) != NULL) {
2652 bfnext = AVL_NEXT(&bip->bi_fwd, bfp);
2675 bfnext = avl_first(&fwd_scavenge);
2676 while ((bfp = bfnext) != NULL) {
2677 bfnext = AVL_NEXT(&fwd_scavenge, bfp);
3227 bridge_fwd_t *bfp, *bfnext;
3255 bfnext = avl_first(&bip->bi_fwd);
3256 while ((bfp = bfnext) != NULL) {
3257 bfnext = AVL_NEXT(&bip->bi_fwd, bfp);
3279 bfnext = avl_first(&fwd_scavenge);
3280 while ((bfp = bfnext) != NULL) {
3281 bfnext = AVL_NEXT(&fwd_scavenge, bfp);