Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dbridgestp.h388 struct bstp_pri_vector bs_root_pv; member
H A Dbridgestp.c915 bs->bs_root_pv = bs->bs_bridge_pv; in bstp_assign_roles()
938 bstp_info_cmp(&bs->bs_root_pv, &pv) == INFO_BETTER) { in bstp_assign_roles()
940 bs->bs_root_pv = pv; in bstp_assign_roles()
952 bp->bp_desg_pv.pv_root_id = bs->bs_root_pv.pv_root_id; in bstp_assign_roles()
953 bp->bp_desg_pv.pv_cost = bs->bs_root_pv.pv_cost; in bstp_assign_roles()
2239 bs->bs_root_pv = bs->bs_bridge_pv; in bstp_reinit()
H A Dif_bridge.c3791 req->ifbop_root_path_cost = bs->bs_root_pv.pv_cost; \
3793 req->ifbop_designated_root = bs->bs_root_pv.pv_root_id; \
3794 req->ifbop_designated_bridge = bs->bs_root_pv.pv_dbridge_id; \