Home
last modified time | relevance | path

Searched defs:hsr_priv (Results 1 – 1 of 1) sorted by relevance

/linux/net/hsr/
A Dhsr_main.h201 struct hsr_priv { struct
202 struct rcu_head rcu_head;
203 struct list_head ports;
204 struct list_head node_db; /* Known HSR nodes */
205 struct list_head self_node_db; /* MACs of slaves */
206 struct timer_list announce_timer; /* Supervision frame dispatch */
207 struct timer_list prune_timer;
208 int announce_count;
209 u16 sequence_nr;
233 struct hsr_port *hsr_port_get_hsr(struct hsr_priv *hsr, enum hsr_port_type pt); argument

Completed in 4 milliseconds