Home
last modified time | relevance | path

Searched refs:vbfp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c917 bridge_fwd_t *bfp, *vbfp; in fwd_find() local
927 vbfp = avl_find(&bip->bi_fwd, &match, NULL); in fwd_find()
928 if (vbfp != NULL) in fwd_find()
929 bfp = vbfp; in fwd_find()