Home
last modified time | relevance | path

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

/net/sched/
Dact_skbmod.c51 ether_addr_copy(eth_hdr(skb)->h_dest, p->eth_dst); in tcf_skbmod_act()
178 ether_addr_copy(p->eth_dst, daddr); in tcf_skbmod_init()
235 nla_put(skb, TCA_SKBMOD_DMAC, ETH_ALEN, p->eth_dst)) in tcf_skbmod_dump()
Dact_ife.c559 ether_addr_copy(p->eth_dst, daddr); in tcf_ife_init()
561 eth_zero_addr(p->eth_dst); in tcf_ife_init()
644 if (!is_zero_ether_addr(p->eth_dst)) { in tcf_ife_dump()
645 if (nla_put(skb, TCA_IFE_DMAC, ETH_ALEN, p->eth_dst)) in tcf_ife_dump()
832 if (!is_zero_ether_addr(p->eth_dst)) in tcf_ife_encode()
833 ether_addr_copy(oethh->h_dest, p->eth_dst); in tcf_ife_encode()
/net/batman-adv/
Dnetwork-coding.c1273 u8 *eth_dst) in batadv_nc_path_search() argument
1307 eth_dst, in batadv_nc_path_search()
1339 u8 *eth_dst, in batadv_nc_skb_src_search() argument
1361 out_nc_node, skb, eth_dst); in batadv_nc_skb_src_search()
/net/openvswitch/
Dactions.c262 ether_addr_copy_masked(eth_hdr(skb)->h_dest, key->eth_dst, in set_eth_addr()
263 mask->eth_dst); in set_eth_addr()
302 ether_addr_copy(hdr->h_dest, ethh->addresses.eth_dst); in push_eth()
Dflow_netlink.c1512 eth_key->eth_dst, ETH_ALEN, is_mask); in ovs_key_from_nlattrs()
2025 ether_addr_copy(eth_key->eth_dst, output->eth.dst); in __ovs_nla_put_key()