Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/hsr/
H A Dhsr_framereg.c54 if (ether_addr_equal(addr, node->macaddress_B)) in hsr_addr_is_self()
90 ether_addr_copy(node->macaddress_B, addr_b); in hsr_create_self_node()
182 if (ether_addr_equal(node->macaddress_B, addr)) in hsr_add_node()
227 if (ether_addr_equal(node->macaddress_B, ethhdr->h_source)) { in hsr_get_node()
313 ether_addr_copy(node_real->macaddress_B, ethhdr->h_source); in hsr_handle_sup_frame()
387 if (is_valid_ether_addr(node_dst->macaddress_B)) in hsr_addr_subst_dest()
388 ether_addr_copy(eth_hdr(skb)->h_dest, node_dst->macaddress_B); in hsr_addr_subst_dest()
553 ether_addr_copy(addr_b, node->macaddress_B); in hsr_get_node_data()
H A Dhsr_framereg.h73 unsigned char macaddress_B[ETH_ALEN]; member
H A Dhsr_debugfs.c47 seq_printf(sfp, "%pM ", &node->macaddress_B[0]); in hsr_node_table_show()