Home
last modified time | relevance | path

Searched refs:br_is_root_bridge (Results 1 – 2 of 2) sorted by relevance

/linux/net/bridge/
H A Dbr_stp.c235 if (br_is_root_bridge(br)) in br_transmit_config()
383 int isroot = br_is_root_bridge(br); in br_topology_change_detection()
540 was_root = br_is_root_bridge(br); in br_received_config_bpdu()
547 if (!br_is_root_bridge(br) && was_root) { in br_received_config_bpdu()
593 if (br_is_root_bridge(br)) in br_set_hello_time()
608 if (br_is_root_bridge(br)) in br_set_max_age()
705 if (br_is_root_bridge(br)) in __br_set_forward_delay()
H A Dbr_private.h660 static inline int br_is_root_bridge(const struct net_bridge *br) in br_is_root_bridge() function