Searched refs:macaddress_B (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/hsr/ |
H A D | hsr_framereg.c | 54 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() 183 if (ether_addr_equal(node->macaddress_B, addr)) in hsr_add_node() 228 if (ether_addr_equal(node->macaddress_B, ethhdr->h_source)) { in hsr_get_node() 259 /* Use the Supervision frame's info about an eventual macaddress_B for merging 260 * nodes that has previously had their macaddress_B registered as a separate 300 /* Merge node_curr (registered on macaddress_B) into node_real */ in hsr_handle_sup_frame() 314 ether_addr_copy(node_real->macaddress_B, ethhdr->h_source); in hsr_handle_sup_frame() 390 if (is_valid_ether_addr(node_dst->macaddress_B)) in hsr_addr_subst_dest() 391 ether_addr_copy(eth_hdr(skb)->h_dest, node_dst->macaddress_B); in hsr_addr_subst_dest() [all...] |
H A D | hsr_framereg.h | 75 unsigned char macaddress_B[ETH_ALEN]; member
|
H A D | hsr_debugfs.c | 47 seq_printf(sfp, "%pM ", &node->macaddress_B[0]); in hsr_node_table_show()
|
/kernel/linux/linux-6.6/net/hsr/ |
H A D | hsr_framereg.c | 52 ether_addr_equal(addr, sn->macaddress_B)) in hsr_addr_is_self() 88 ether_addr_copy(sn->macaddress_B, addr_b); in hsr_create_self_node() 174 if (ether_addr_equal(node->macaddress_B, addr)) in hsr_add_node() 219 if (ether_addr_equal(node->macaddress_B, ethhdr->h_source)) { in hsr_get_node() 254 /* Use the Supervision frame's info about an eventual macaddress_B for merging 255 * nodes that has previously had their macaddress_B registered as a separate 308 /* Merge node_curr (registered on macaddress_B) into node_real */ in hsr_handle_sup_frame() 332 * or proceed and allow macaddress_B and for redboxes. in hsr_handle_sup_frame() 353 ether_addr_copy(node_real->macaddress_B, ethhdr->h_source); in hsr_handle_sup_frame() 429 if (is_valid_ether_addr(node_dst->macaddress_B)) in hsr_addr_subst_dest() [all...] |
H A D | hsr_framereg.h | 75 unsigned char macaddress_B[ETH_ALEN]; member
|
H A D | hsr_debugfs.c | 39 seq_printf(sfp, "%pM ", &node->macaddress_B[0]); in hsr_node_table_show()
|
H A D | hsr_main.h | 187 unsigned char macaddress_B[ETH_ALEN]; member
|
Completed in 3 milliseconds