Home
last modified time | relevance | path

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

/net/hsr/
Dhsr_main.h195 struct hsr_priv { struct
196 struct rcu_head rcu_head;
197 struct list_head ports;
198 struct list_head node_db; /* Known HSR nodes */
199 struct list_head self_node_db; /* MACs of slaves */
200 struct timer_list announce_timer; /* Supervision frame dispatch */
201 struct timer_list prune_timer;
202 int announce_count;
203 u16 sequence_nr;
227 struct hsr_port *hsr_port_get_hsr(struct hsr_priv *hsr, enum hsr_port_type pt); argument