Home
last modified time | relevance | path

Searched refs:MacAddressB (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/hsr/
Dhsr_framereg.c29 unsigned char MacAddressB[ETH_ALEN]; member
73 if (ether_addr_equal(addr, node->MacAddressB)) in hsr_addr_is_self()
109 ether_addr_copy(node->MacAddressB, addr_b); in hsr_create_self_node()
176 if (ether_addr_equal(node->MacAddressB, ethhdr->h_source)) in hsr_get_node()
228 ether_addr_copy(node_real->MacAddressB, eth_hdr(skb)->h_source); in hsr_handle_sup_frame()
294 ether_addr_copy(eth_hdr(skb)->h_dest, node_dst->MacAddressB); in hsr_addr_subst_dest()
454 ether_addr_copy(addr_b, node->MacAddressB); in hsr_get_node_data()