Home
last modified time | relevance | path

Searched refs:eth_dst (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dskf_net_off.c120 const char eth_dst[] = { 0x02, 0x00, 0x00, 0x00, 0x00, 0x01 }; in tun_write() local
132 memcpy(eth.h_dest, eth_dst, sizeof(eth_dst)); in tun_write()
/linux/net/sched/
H A Dact_skbmod.c69 ether_addr_copy(eth_hdr(skb)->h_dest, p->eth_dst); in tcf_skbmod_act()
203 ether_addr_copy(p->eth_dst, daddr); in tcf_skbmod_init()
257 nla_put(skb, TCA_SKBMOD_DMAC, ETH_ALEN, p->eth_dst)) in tcf_skbmod_dump()
H A Dact_ife.c586 ether_addr_copy(p->eth_dst, daddr); in tcf_ife_init()
588 eth_zero_addr(p->eth_dst); in tcf_ife_init()
665 if (!is_zero_ether_addr(p->eth_dst)) { in tcf_ife_dump()
666 if (nla_put(skb, TCA_IFE_DMAC, ETH_ALEN, p->eth_dst)) in tcf_ife_dump()
854 if (!is_zero_ether_addr(p->eth_dst)) in tcf_ife_encode()
855 ether_addr_copy(oethh->h_dest, p->eth_dst); in tcf_ife_encode()
/linux/include/net/tc_act/
H A Dtc_ife.h12 u8 eth_dst[ETH_ALEN]; member
/linux/net/openvswitch/
H A Dactions.c240 ether_addr_copy_masked(eth_hdr(skb)->h_dest, key->eth_dst, in set_eth_addr()
241 mask->eth_dst); in set_eth_addr()
272 err = skb_eth_push(skb, ethh->addresses.eth_dst, in push_eth()
H A Dflow_netlink.c1503 eth_key->eth_dst, ETH_ALEN, is_mask); in ovs_key_from_nlattrs()
2042 ether_addr_copy(eth_key->eth_dst, output->eth.dst); in __ovs_nla_put_key()