Searched refs:node_dst (Results 1 – 1 of 1) sorted by relevance
502 struct hsr_node *node_dst; in hsr_addr_subst_dest() local512 node_dst = find_node_by_addr_A(&port->hsr->node_db, in hsr_addr_subst_dest()514 if (!node_dst && port->hsr->redbox) in hsr_addr_subst_dest()515 node_dst = find_node_by_addr_A(&port->hsr->proxy_node_db, in hsr_addr_subst_dest()518 if (!node_dst) { in hsr_addr_subst_dest()523 if (port->type != node_dst->addr_B_port) in hsr_addr_subst_dest()526 if (is_valid_ether_addr(node_dst->macaddress_B)) in hsr_addr_subst_dest()527 ether_addr_copy(eth_hdr(skb)->h_dest, node_dst->macaddress_B); in hsr_addr_subst_dest()