Home
last modified time | relevance | path

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

/linux/net/hsr/
H A Dhsr_framereg.h76 struct hsr_node { struct
77 struct list_head mac_list;
79 spinlock_t seq_out_lock;
80 unsigned char macaddress_A[ETH_ALEN];
81 unsigned char macaddress_B[ETH_ALEN];
83 enum hsr_port_type addr_B_port;
84 unsigned long time_in[HSR_PT_PORTS];
85 bool time_in_stale[HSR_PT_PORTS];
86 unsigned long time_out[HSR_PT_PORTS];
88 bool san_a;
[all …]