Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/rocker/
A Drocker_ofdpa.c48 u8 eth_dst[ETH_ALEN]; member
63 u8 eth_dst[ETH_ALEN]; member
153 u8 eth_dst[ETH_ALEN]; member
907 ether_addr_copy(entry->key.term_mac.eth_dst, eth_dst); in ofdpa_flow_tbl_term_mac()
935 if (eth_dst) { in ofdpa_flow_tbl_bridge()
937 ether_addr_copy(entry->key.bridge.eth_dst, eth_dst); in ofdpa_flow_tbl_bridge()
1030 if (eth_dst) in ofdpa_flow_tbl_acl()
1031 ether_addr_copy(entry->key.acl.eth_dst, eth_dst); in ofdpa_flow_tbl_acl()
1251 if (eth_dst) { in ofdpa_neigh_update()
1252 ether_addr_copy(entry->eth_dst, eth_dst); in ofdpa_neigh_update()
[all …]
/linux/net/sched/
A Dact_ife.c590 ether_addr_copy(p->eth_dst, daddr); in tcf_ife_init()
592 eth_zero_addr(p->eth_dst); in tcf_ife_init()
667 if (!is_zero_ether_addr(p->eth_dst)) { in tcf_ife_dump()
668 if (nla_put(skb, TCA_IFE_DMAC, ETH_ALEN, p->eth_dst)) in tcf_ife_dump()
855 if (!is_zero_ether_addr(p->eth_dst)) in tcf_ife_encode()
856 ether_addr_copy(oethh->h_dest, p->eth_dst); in tcf_ife_encode()
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()
258 nla_put(skb, TCA_SKBMOD_DMAC, ETH_ALEN, p->eth_dst)) in tcf_skbmod_dump()
/linux/include/net/tc_act/
A Dtc_skbmod.h15 u8 eth_dst[ETH_ALEN]; member
A Dtc_ife.h12 u8 eth_dst[ETH_ALEN]; member
/linux/net/batman-adv/
A Dnetwork-coding.c1265 u8 *eth_dst) in batadv_nc_path_search() argument
1299 eth_dst, in batadv_nc_path_search()
1331 u8 *eth_dst, in batadv_nc_skb_src_search() argument
1353 out_nc_node, skb, eth_dst); in batadv_nc_skb_src_search()
/linux/include/uapi/linux/
A Dopenvswitch.h407 __u8 eth_dst[ETH_ALEN]; member
/linux/net/openvswitch/
A Dactions.c269 ether_addr_copy_masked(eth_hdr(skb)->h_dest, key->eth_dst, in set_eth_addr()
270 mask->eth_dst); in set_eth_addr()
301 err = skb_eth_push(skb, ethh->addresses.eth_dst, in push_eth()
A Dflow_netlink.c1514 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()

Completed in 30 milliseconds