Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbridgestp.c202 bpdu.cbu_rootpathcost = htonl(bp->bp_desg_pv.pv_cost); in bstp_transmit_bpdu()
291 cu->cu_pv.pv_cost = ntohl(cpdu->cbu_rootpathcost); in bstp_decode_bpdu()
763 if (cpv->pv_cost < pv->pv_cost) in bstp_info_cmp()
765 if (cpv->pv_cost > pv->pv_cost) in bstp_info_cmp()
818 pv.pv_cost += bp->bp_path_cost; in bstp_assign_roles()
842 bp->bp_desg_pv.pv_cost = bs->bs_root_pv.pv_cost; in bstp_assign_roles()
2103 bs->bs_bridge_pv.pv_cost = 0; in bstp_reinit()
H A Dbridgestp.h250 uint32_t pv_cost; member
H A Dif_bridge.c1881 req->ifbop_root_path_cost = bs->bs_root_pv.pv_cost; in bridge_ioctl_gbparam()
1940 bpreq.ifbp_design_cost = bp->bp_desg_pv.pv_cost; in bridge_ioctl_gifsstp()