Searched defs:hsr_priv (Results 1 – 1 of 1) sorted by relevance
189 struct hsr_priv { struct190 struct rcu_head rcu_head;191 struct list_head ports;192 struct list_head node_db; /* Known HSR nodes */193 struct list_head proxy_node_db; /* RedBox HSR proxy nodes */194 struct hsr_self_node __rcu *self_node; /* MACs of slaves */195 struct timer_list announce_timer; /* Supervision frame dispatch */196 struct timer_list announce_proxy_timer;197 struct timer_list prune_timer;198 struct timer_list prune_proxy_timer;[all …]