Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dbridge.c422 if ((bfp = avl_find(&bip->bi_fwd, &match, &where)) == NULL) in bridge_ioc_listfwd()
423 bfp = avl_nearest(&bip->bi_fwd, where, AVL_AFTER); in bridge_ioc_listfwd()
425 bfp = AVL_NEXT(&bip->bi_fwd, bfp); in bridge_ioc_listfwd()
693 avl_destroy(&bip->bi_fwd); in inst_free()
711 avl_create(&bip->bi_fwd, fwd_compare, sizeof (bridge_fwd_t), in inst_alloc()
920 if ((bfp = avl_find(&bip->bi_fwd, &match, NULL)) != NULL) { in fwd_find()
924 vbfp = avl_find(&bip->bi_fwd, &match, NULL); in fwd_find()
968 avl_remove(&bip->bi_fwd, bfp); in fwd_delete()
972 bfpzero = avl_find(&bip->bi_fwd, bfp, NULL); in fwd_delete()
992 avl_numnodes(&bip->bi_fwd) < bip->bi_tablemax && in fwd_insert()
[all …]
/titanic_44/usr/src/uts/common/net/
H A Dbridge_impl.h103 avl_tree_t bi_fwd; member
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c1462 addr + offsetof(bridge_inst_t, bi_fwd)) != DCMD_OK) in do_show_bridge()