Searched refs:node_dst (Results 1 – 2 of 2) sorted by relevance
435 struct hsr_node *node_dst; in hsr_addr_subst_dest() local447 node_dst = find_node_by_addr_A(&port->hsr->node_db[hash], in hsr_addr_subst_dest()449 if (!node_dst) { in hsr_addr_subst_dest()454 if (port->type != node_dst->addr_B_port) in hsr_addr_subst_dest()457 if (is_valid_ether_addr(node_dst->macaddress_B)) in hsr_addr_subst_dest()458 ether_addr_copy(eth_hdr(skb)->h_dest, node_dst->macaddress_B); in hsr_addr_subst_dest()
372 local node_dst=$4379 ip netns exec $node_dst ./ioam6_parser $if_dst $name $ip6_src $ip6_dst \