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

/freebsd-10.2-release/sys/net/
H A Dbridgestp.c796 pv.pv_cost += bp->bp_path_cost;
1323 if (bp->bp_path_cost > 65535)
1324 bp->bp_path_cost = 65535;
1619 bp->bp_path_cost = bstp_calc_path_cost(bp);
1621 bp->bp_path_cost = path_cost;
1698 return bp->bp_path_cost;
1818 if (bp->bp_path_cost != cost) {
1819 bp->bp_path_cost = cost;
2216 bp->bp_path_cost = bstp_calc_path_cost(bp);
H A Dbridgestp.h284 uint32_t bp_path_cost; member in struct:bstp_port
H A Dif_bridge.c1195 req->ifbr_path_cost = bp->bp_path_cost;

Completed in 123 milliseconds