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