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