Home
last modified time | relevance | path

Searched refs:root_path_cost (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/bridge/
Dbr_stp.c166 br->root_path_cost = 0; in br_root_selection()
170 br->root_path_cost = p->designated_cost + p->path_cost; in br_root_selection()
205 bpdu.root_path_cost = br->root_path_cost; in br_transmit_config()
235 p->designated_cost = bpdu->root_path_cost; in br_record_config_information()
280 if (br->root_path_cost < p->designated_cost) in br_should_become_designated_port()
282 else if (br->root_path_cost > p->designated_cost) in br_should_become_designated_port()
322 if (bpdu->root_path_cost < p->designated_cost) in br_supersedes_port_info()
324 else if (bpdu->root_path_cost > p->designated_cost) in br_supersedes_port_info()
404 p->designated_cost = br->root_path_cost; in br_become_designated_port()
Dbr_stp_bpdu.c100 buf[13] = (bpdu->root_path_cost >> 24) & 0xFF; in br_send_config_bpdu()
101 buf[14] = (bpdu->root_path_cost >> 16) & 0xFF; in br_send_config_bpdu()
102 buf[15] = (bpdu->root_path_cost >> 8) & 0xFF; in br_send_config_bpdu()
103 buf[16] = bpdu->root_path_cost & 0xFF; in br_send_config_bpdu()
208 bpdu.root_path_cost = in br_stp_rcv()
Dbr_private_stp.h32 int root_path_cost; member
Dbr_ioctl.c132 b.root_path_cost = br->root_path_cost; in old_dev_ioctl()
Dbr_sysfs_br.c212 return sprintf(buf, "%d\n", to_bridge(d)->root_path_cost); in root_path_cost_show()
214 static DEVICE_ATTR_RO(root_path_cost);
Dbr_private.h421 u32 root_path_cost; member
Dbr_netlink.c1483 nla_put_u32(skb, IFLA_BR_ROOT_PATH_COST, br->root_path_cost) || in br_fill_info()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dif_bridge.h44 __u32 root_path_cost; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_bridge.h58 __u32 root_path_cost; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dif_bridge.h57 __u32 root_path_cost; member