Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c800 pv.pv_cost += bp->bp_path_cost; in bstp_assign_roles()
1326 if (bp->bp_path_cost > 65535) in bstp_set_port_proto()
1327 bp->bp_path_cost = 65535; in bstp_set_port_proto()
1622 bp->bp_path_cost = bstp_calc_path_cost(bp); in bstp_set_path_cost()
1624 bp->bp_path_cost = path_cost; in bstp_set_path_cost()
1701 return bp->bp_path_cost; in bstp_calc_path_cost()
1821 if (bp->bp_path_cost != cost) { in bstp_ifupdstatus()
1822 bp->bp_path_cost = cost; in bstp_ifupdstatus()
2220 bp->bp_path_cost = bstp_calc_path_cost(bp); in bstp_create()
H A Dbridgestp.h285 uint32_t bp_path_cost; member
H A Dif_bridge.c1301 req->ifbr_path_cost = bp->bp_path_cost; in bridge_ioctl_gifflags()