/openbmc/qemu/hw/net/rocker/ |
H A D | rocker-hmp-cmds.c | 141 if (key->eth_src) { in hmp_rocker_of_dpa_flows() 142 if ((strcmp(key->eth_src, "01:00:00:00:00:00") == 0) && in hmp_rocker_of_dpa_flows() 143 mask->eth_src && in hmp_rocker_of_dpa_flows() 144 (strcmp(mask->eth_src, "01:00:00:00:00:00") == 0)) { in hmp_rocker_of_dpa_flows() 146 } else if ((strcmp(key->eth_src, "00:00:00:00:00:00") == 0) && in hmp_rocker_of_dpa_flows() 147 mask->eth_src && in hmp_rocker_of_dpa_flows() 148 (strcmp(mask->eth_src, "01:00:00:00:00:00") == 0)) { in hmp_rocker_of_dpa_flows() 151 monitor_printf(mon, " src %s", key->eth_src); in hmp_rocker_of_dpa_flows() 152 if (mask->eth_src) { in hmp_rocker_of_dpa_flows() 153 monitor_printf(mon, "(%s)", mask->eth_src); in hmp_rocker_of_dpa_flows()
|
H A D | rocker_of_dpa.c | 2344 nkey->eth_src = qemu_mac_strdup_printf(key->eth.src.a); in of_dpa_flow_fill() 2347 if (nkey->eth_src && memcmp(mask->eth.src.a, ff_mac.a, ETH_ALEN)) { in of_dpa_flow_fill() 2348 nmask->eth_src = qemu_mac_strdup_printf(mask->eth.src.a); in of_dpa_flow_fill()
|
/openbmc/linux/net/sched/ |
H A D | act_skbmod.c | 72 ether_addr_copy(eth_hdr(skb)->h_source, p->eth_src); in tcf_skbmod_act() 206 ether_addr_copy(p->eth_src, saddr); in tcf_skbmod_init() 262 nla_put(skb, TCA_SKBMOD_SMAC, ETH_ALEN, p->eth_src)) in tcf_skbmod_dump()
|
H A D | act_ife.c | 595 ether_addr_copy(p->eth_src, saddr); in tcf_ife_init() 597 eth_zero_addr(p->eth_src); in tcf_ife_init() 672 if (!is_zero_ether_addr(p->eth_src)) { in tcf_ife_dump() 673 if (nla_put(skb, TCA_IFE_SMAC, ETH_ALEN, p->eth_src)) in tcf_ife_dump() 853 if (!is_zero_ether_addr(p->eth_src)) in tcf_ife_encode() 854 ether_addr_copy(oethh->h_source, p->eth_src); in tcf_ife_encode()
|
/openbmc/linux/include/net/tc_act/ |
H A D | tc_skbmod.h | 17 u8 eth_src[ETH_ALEN]; member
|
H A D | tc_ife.h | 13 u8 eth_src[ETH_ALEN]; member
|
/openbmc/linux/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 76 u8 eth_src[ETH_ALEN]; member 113 u8 eth_src[ETH_ALEN]; member 119 u8 eth_src[ETH_ALEN]; member 449 ETH_ALEN, entry->key.acl.eth_src)) in ofdpa_cmd_flow_tbl_add_acl() 603 if (!is_zero_ether_addr(entry->l2_rewrite.eth_src) && in ofdpa_cmd_group_tbl_add_l2_rewrite() 605 ETH_ALEN, entry->l2_rewrite.eth_src)) in ofdpa_cmd_group_tbl_add_l2_rewrite() 649 if (!is_zero_ether_addr(entry->l3_unicast.eth_src) && in ofdpa_cmd_group_tbl_add_l3_unicast() 651 ETH_ALEN, entry->l3_unicast.eth_src)) in ofdpa_cmd_group_tbl_add_l3_unicast() 999 const u8 *eth_src, const u8 *eth_src_mask, in ofdpa_flow_tbl_acl() argument 1026 if (eth_src) in ofdpa_flow_tbl_acl() [all …]
|
/openbmc/linux/net/batman-adv/ |
H A D | network-coding.c | 1328 u8 *eth_src, in batadv_nc_skb_src_search() argument 1335 orig_node = batadv_orig_hash_find(bat_priv, eth_src); in batadv_nc_skb_src_search() 1344 out_nc_node->addr, eth_src)) in batadv_nc_skb_src_search()
|
/openbmc/linux/include/uapi/linux/ |
H A D | openvswitch.h | 434 __u8 eth_src[ETH_ALEN]; member
|
/openbmc/linux/net/openvswitch/ |
H A D | actions.c | 269 ether_addr_copy_masked(eth_hdr(skb)->h_source, key->eth_src, in set_eth_addr() 270 mask->eth_src); in set_eth_addr() 304 ethh->addresses.eth_src); in push_eth()
|
H A D | flow_netlink.c | 1525 eth_key->eth_src, ETH_ALEN, is_mask); in ovs_key_from_nlattrs() 2065 ether_addr_copy(eth_key->eth_src, output->eth.src); in __ovs_nla_put_key()
|
/openbmc/linux/drivers/clk/ |
H A D | clk-stm32mp1.c | 154 static const char * const eth_src[] = { variable 2047 COMPOSITE(NO_ID, "ck_ker_eth", eth_src, CLK_OPS_PARENT_ENABLE |
|