Home
last modified time | relevance | path

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

/src/sys/net/
H A Dbridgestp.c819 pv.pv_cost += bp->bp_path_cost; in bstp_assign_roles()
1347 if (bp->bp_path_cost > 65535) in bstp_set_port_proto()
1348 bp->bp_path_cost = 65535; in bstp_set_port_proto()
1643 bp->bp_path_cost = bstp_calc_path_cost(bp); in bstp_set_path_cost()
1645 bp->bp_path_cost = path_cost; in bstp_set_path_cost()
1722 return bp->bp_path_cost; in bstp_calc_path_cost()
1842 if (bp->bp_path_cost != cost) { in bstp_ifupdstatus()
1843 bp->bp_path_cost = cost; in bstp_ifupdstatus()
2244 bp->bp_path_cost = bstp_calc_path_cost(bp); in bstp_create()
H A Dbridgestp.h283 uint32_t bp_path_cost; member
H A Dif_bridge.c1577 req->ifbr_path_cost = bp->bp_path_cost; in bridge_ioctl_gifflags()