Searched defs:hsr_node (Results 1 – 2 of 2) sorted by relevance
70 struct hsr_node { struct71 struct list_head mac_list;72 unsigned char macaddress_A[ETH_ALEN];73 unsigned char macaddress_B[ETH_ALEN];75 enum hsr_port_type addr_B_port;76 unsigned long time_in[HSR_PT_PORTS];77 bool time_in_stale[HSR_PT_PORTS];78 unsigned long time_out[HSR_PT_PORTS];80 bool san_a;81 bool san_b;[all …]
26 struct hsr_node { struct27 struct list_head mac_list;28 unsigned char MacAddressA[ETH_ALEN];29 unsigned char MacAddressB[ETH_ALEN];31 enum hsr_port_type AddrB_port;32 unsigned long time_in[HSR_PT_PORTS];33 bool time_in_stale[HSR_PT_PORTS];34 u16 seq_out[HSR_PT_PORTS];35 struct rcu_head rcu_head;