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 hlist_head node_db[HSR_HSIZE]; /* Known HSR nodes */192 struct hlist_head self_node_db; /* MACs of slaves */193 struct timer_list announce_timer; /* Supervision frame dispatch */194 struct timer_list prune_timer;195 int announce_count;196 u16 sequence_nr;197 u16 sup_sequence_nr; /* For HSRv1 separate seq_nr for supervision */[all …]