Searched defs:hsr_priv (Results 1 – 1 of 1) sorted by relevance
191 struct hsr_priv { struct192 struct rcu_head rcu_head;193 struct list_head ports;194 struct list_head node_db; /* Known HSR nodes */195 struct hsr_self_node __rcu *self_node; /* MACs of slaves */196 struct timer_list announce_timer; /* Supervision frame dispatch */197 struct timer_list prune_timer;198 int announce_count;199 u16 sequence_nr;200 u16 sup_sequence_nr; /* For HSRv1 separate seq_nr for supervision */[all …]