Lines Matching refs:MacAddressA
28 unsigned char MacAddressA[ETH_ALEN]; member
71 if (ether_addr_equal(addr, node->MacAddressA)) in hsr_addr_is_self()
87 if (ether_addr_equal(node->MacAddressA, addr)) in find_node_by_AddrA()
108 ether_addr_copy(node->MacAddressA, addr_a); in hsr_create_self_node()
143 ether_addr_copy(node->MacAddressA, addr); in hsr_add_node()
174 if (ether_addr_equal(node->MacAddressA, ethhdr->h_source)) in hsr_get_node()
211 if (ether_addr_equal(eth_hdr(skb)->h_source, hsr_sp->MacAddressA)) in hsr_handle_sup_frame()
217 node_real = find_node_by_AddrA(node_db, hsr_sp->MacAddressA); in hsr_handle_sup_frame()
220 node_real = hsr_add_node(node_db, hsr_sp->MacAddressA, in hsr_handle_sup_frame()
261 memcpy(ð_hdr(skb)->h_source, node->MacAddressA, ETH_ALEN); in hsr_addr_subst_source()
393 hsr_nl_ringerror(hsr, node->MacAddressA, port); in hsr_prune_nodes()
400 hsr_nl_nodedown(hsr, node->MacAddressA); in hsr_prune_nodes()
419 ether_addr_copy(addr, node->MacAddressA); in hsr_get_next_node()
425 ether_addr_copy(addr, node->MacAddressA); in hsr_get_next_node()