Home
last modified time | relevance | path

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

/linux-6.14.4/net/hsr/
Dhsr_main.h186 struct hsr_priv { struct
187 struct rcu_head rcu_head;
188 struct list_head ports;
189 struct list_head node_db; /* Known HSR nodes */
190 struct list_head proxy_node_db; /* RedBox HSR proxy nodes */
191 struct hsr_self_node __rcu *self_node; /* MACs of slaves */
192 struct timer_list announce_timer; /* Supervision frame dispatch */
193 struct timer_list announce_proxy_timer;
194 struct timer_list prune_timer;
195 struct timer_list prune_proxy_timer;
[all …]