Home
last modified time | relevance | path

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

/linux-6.1.9/net/hsr/
Dhsr_framereg.h70 struct hsr_node { struct
71 struct list_head mac_list;
73 spinlock_t seq_out_lock;
74 unsigned char macaddress_A[ETH_ALEN];
75 unsigned char macaddress_B[ETH_ALEN];
77 enum hsr_port_type addr_B_port;
78 unsigned long time_in[HSR_PT_PORTS];
79 bool time_in_stale[HSR_PT_PORTS];
80 unsigned long time_out[HSR_PT_PORTS];
82 bool san_a;
[all …]