Searched refs:root_path_cost (Results 1 – 6 of 6) sorted by relevance
138 br->root_path_cost = 0; in br_root_selection()142 br->root_path_cost = p->designated_cost + p->path_cost; in br_root_selection()177 bpdu.root_path_cost = br->root_path_cost; in br_transmit_config()206 p->designated_cost = bpdu->root_path_cost; in br_record_config_information()251 if (br->root_path_cost < p->designated_cost) in br_should_become_designated_port()253 else if (br->root_path_cost > p->designated_cost) in br_should_become_designated_port()293 if (bpdu->root_path_cost < p->designated_cost) in br_supersedes_port_info()295 else if (bpdu->root_path_cost > p->designated_cost) in br_supersedes_port_info()375 p->designated_cost = br->root_path_cost; in br_become_designated_port()
97 buf[13] = (bpdu->root_path_cost >> 24) & 0xFF; in br_send_config_bpdu()98 buf[14] = (bpdu->root_path_cost >> 16) & 0xFF; in br_send_config_bpdu()99 buf[15] = (bpdu->root_path_cost >> 8) & 0xFF; in br_send_config_bpdu()100 buf[16] = bpdu->root_path_cost & 0xFF; in br_send_config_bpdu()202 bpdu.root_path_cost = in br_stp_rcv()
36 int root_path_cost; member
133 b.root_path_cost = br->root_path_cost; in old_dev_ioctl()
231 return sprintf(buf, "%d\n", to_bridge(d)->root_path_cost); in show_root_path_cost()233 static DEVICE_ATTR(root_path_cost, S_IRUGO, show_root_path_cost, NULL);
226 u32 root_path_cost; member