Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dbridgestp.c929 pv.pv_cost += bp->bp_path_cost; in bstp_assign_roles()
1473 if (bp->bp_path_cost > 65535) { in bstp_set_port_proto()
1474 bp->bp_path_cost = 65535; in bstp_set_port_proto()
1784 bp->bp_path_cost = bstp_calc_path_cost(bp); in bstp_set_path_cost()
1786 bp->bp_path_cost = path_cost; in bstp_set_path_cost()
1868 return bp->bp_path_cost; in bstp_calc_path_cost()
1992 bp->bp_path_cost = bstp_calc_path_cost(bp); in bstp_ifupdstatus()
2364 bp->bp_path_cost = bstp_calc_path_cost(bp); in bstp_create()
H A Dbridgestp.h325 uint32_t bp_path_cost; member
H A Dif_bridge.c3153 req->ifbr_path_cost = bp->bp_path_cost; in bridge_ioctl_gifflags()