Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/hsr/
H 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 */
230 struct hsr_port *hsr_port_get_hsr(struct hsr_priv *hsr, enum hsr_port_type pt); argument