Searched refs:node_dst (Results 1 – 1 of 1) sorted by relevance
438 struct hsr_node *node_dst; in hsr_addr_subst_dest() local448 node_dst = find_node_by_addr_A(&port->hsr->node_db, in hsr_addr_subst_dest()450 if (!node_dst && port->hsr->redbox) in hsr_addr_subst_dest()451 node_dst = find_node_by_addr_A(&port->hsr->proxy_node_db, in hsr_addr_subst_dest()454 if (!node_dst) { in hsr_addr_subst_dest()459 if (port->type != node_dst->addr_B_port) in hsr_addr_subst_dest()462 if (is_valid_ether_addr(node_dst->macaddress_B)) in hsr_addr_subst_dest()463 ether_addr_copy(eth_hdr(skb)->h_dest, node_dst->macaddress_B); in hsr_addr_subst_dest()