Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/rocker/
H A Drocker-hmp-cmds.c158 if (key->eth_dst) { in hmp_rocker_of_dpa_flows()
159 if ((strcmp(key->eth_dst, "01:00:00:00:00:00") == 0) && in hmp_rocker_of_dpa_flows()
160 mask->eth_dst && in hmp_rocker_of_dpa_flows()
161 (strcmp(mask->eth_dst, "01:00:00:00:00:00") == 0)) { in hmp_rocker_of_dpa_flows()
163 } else if ((strcmp(key->eth_dst, "00:00:00:00:00:00") == 0) && in hmp_rocker_of_dpa_flows()
164 mask->eth_dst && in hmp_rocker_of_dpa_flows()
165 (strcmp(mask->eth_dst, "01:00:00:00:00:00") == 0)) { in hmp_rocker_of_dpa_flows()
168 monitor_printf(mon, " dst %s", key->eth_dst); in hmp_rocker_of_dpa_flows()
169 if (mask->eth_dst) { in hmp_rocker_of_dpa_flows()
170 monitor_printf(mon, "(%s)", mask->eth_dst); in hmp_rocker_of_dpa_flows()
H A Drocker_of_dpa.c2353 nkey->eth_dst = qemu_mac_strdup_printf(key->eth.dst.a); in of_dpa_flow_fill()
2356 if (nkey->eth_dst && memcmp(mask->eth.dst.a, ff_mac.a, ETH_ALEN)) { in of_dpa_flow_fill()
2357 nmask->eth_dst = qemu_mac_strdup_printf(mask->eth.dst.a); in of_dpa_flow_fill()
/openbmc/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c48 u8 eth_dst[ETH_ALEN]; member
63 u8 eth_dst[ETH_ALEN]; member
78 u8 eth_dst[ETH_ALEN]; member
114 u8 eth_dst[ETH_ALEN]; member
120 u8 eth_dst[ETH_ALEN]; member
153 u8 eth_dst[ETH_ALEN]; member
359 ETH_ALEN, entry->key.term_mac.eth_dst)) in ofdpa_cmd_flow_tbl_add_term_mac()
410 ETH_ALEN, entry->key.bridge.eth_dst)) in ofdpa_cmd_flow_tbl_add_bridge()
455 ETH_ALEN, entry->key.acl.eth_dst)) in ofdpa_cmd_flow_tbl_add_acl()
607 if (!is_zero_ether_addr(entry->l2_rewrite.eth_dst) && in ofdpa_cmd_group_tbl_add_l2_rewrite()
[all …]
/openbmc/linux/net/sched/
H A Dact_skbmod.c70 ether_addr_copy(eth_hdr(skb)->h_dest, p->eth_dst); in tcf_skbmod_act()
204 ether_addr_copy(p->eth_dst, daddr); in tcf_skbmod_init()
259 nla_put(skb, TCA_SKBMOD_DMAC, ETH_ALEN, p->eth_dst)) in tcf_skbmod_dump()
H 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()
/openbmc/linux/include/net/tc_act/
H A Dtc_skbmod.h15 u8 eth_dst[ETH_ALEN]; member
H A Dtc_ife.h12 u8 eth_dst[ETH_ALEN]; member
/openbmc/linux/net/batman-adv/
H A Dnetwork-coding.c1261 u8 *eth_dst) in batadv_nc_path_search() argument
1295 eth_dst, in batadv_nc_path_search()
1327 u8 *eth_dst, in batadv_nc_skb_src_search() argument
1349 out_nc_node, skb, eth_dst); in batadv_nc_skb_src_search()
/openbmc/linux/include/uapi/linux/
H A Dopenvswitch.h435 __u8 eth_dst[ETH_ALEN]; member
/openbmc/linux/net/openvswitch/
H A Dactions.c271 ether_addr_copy_masked(eth_hdr(skb)->h_dest, key->eth_dst, in set_eth_addr()
272 mask->eth_dst); in set_eth_addr()
303 err = skb_eth_push(skb, ethh->addresses.eth_dst, in push_eth()
H A Dflow_netlink.c1527 eth_key->eth_dst, ETH_ALEN, is_mask); in ovs_key_from_nlattrs()
2066 ether_addr_copy(eth_key->eth_dst, output->eth.dst); in __ovs_nla_put_key()