Searched refs:node_dst (Results 1 – 2 of 2) sorted by relevance
434 struct hsr_node *node_dst; in hsr_addr_subst_dest() local444 node_dst = find_node_by_addr_A(&port->hsr->node_db, in hsr_addr_subst_dest()446 if (!node_dst && port->hsr->redbox) in hsr_addr_subst_dest()447 node_dst = find_node_by_addr_A(&port->hsr->proxy_node_db, in hsr_addr_subst_dest()450 if (!node_dst) { in hsr_addr_subst_dest()455 if (port->type != node_dst->addr_B_port) in hsr_addr_subst_dest()458 if (is_valid_ether_addr(node_dst->macaddress_B)) in hsr_addr_subst_dest()459 ether_addr_copy(eth_hdr(skb)->h_dest, node_dst->macaddress_B); in hsr_addr_subst_dest()
369 local node_dst=$4375 ip netns exec $node_dst ./ioam6_parser $name $trace_type $ioam_ns $type &