eth_src           151 drivers/clk/clk-stm32mp1.c static const char * const eth_src[] = {
eth_src          1952 drivers/clk/clk-stm32mp1.c 	KCLK(ETHCK_K, "ethck_k", eth_src, 0, G_ETHCK, M_ETHCK),
eth_src          1961 drivers/clk/clk-stm32mp1.c 	COMPOSITE(ETHPTP_K, "ethptp_k", eth_src, CLK_OPS_PARENT_ENABLE |
eth_src            76 drivers/net/ethernet/rocker/rocker_ofdpa.c 			u8 eth_src[ETH_ALEN];
eth_src           113 drivers/net/ethernet/rocker/rocker_ofdpa.c 			u8 eth_src[ETH_ALEN];
eth_src           119 drivers/net/ethernet/rocker/rocker_ofdpa.c 			u8 eth_src[ETH_ALEN];
eth_src           449 drivers/net/ethernet/rocker/rocker_ofdpa.c 			   ETH_ALEN, entry->key.acl.eth_src))
eth_src           603 drivers/net/ethernet/rocker/rocker_ofdpa.c 	if (!is_zero_ether_addr(entry->l2_rewrite.eth_src) &&
eth_src           605 drivers/net/ethernet/rocker/rocker_ofdpa.c 			   ETH_ALEN, entry->l2_rewrite.eth_src))
eth_src           649 drivers/net/ethernet/rocker/rocker_ofdpa.c 	if (!is_zero_ether_addr(entry->l3_unicast.eth_src) &&
eth_src           651 drivers/net/ethernet/rocker/rocker_ofdpa.c 			   ETH_ALEN, entry->l3_unicast.eth_src))
eth_src           999 drivers/net/ethernet/rocker/rocker_ofdpa.c 			      const u8 *eth_src, const u8 *eth_src_mask,
eth_src          1026 drivers/net/ethernet/rocker/rocker_ofdpa.c 	if (eth_src)
eth_src          1027 drivers/net/ethernet/rocker/rocker_ofdpa.c 		ether_addr_copy(entry->key.acl.eth_src, eth_src);
eth_src          1208 drivers/net/ethernet/rocker/rocker_ofdpa.c 		ether_addr_copy(entry->l3_unicast.eth_src, src_mac);
eth_src          1600 drivers/net/ethernet/rocker/rocker_ofdpa.c 	const u8 *eth_src = NULL;
eth_src          1612 drivers/net/ethernet/rocker/rocker_ofdpa.c 				 eth_src, eth_src_mask,
eth_src            13 include/net/tc_act/tc_ife.h 	u8 eth_src[ETH_ALEN];
eth_src            17 include/net/tc_act/tc_skbmod.h 	u8	eth_src[ETH_ALEN];
eth_src           395 include/uapi/linux/openvswitch.h 	__u8	 eth_src[ETH_ALEN];
eth_src          1333 net/batman-adv/network-coding.c 			 u8 *eth_src,
eth_src          1340 net/batman-adv/network-coding.c 	orig_node = batadv_orig_hash_find(bat_priv, eth_src);
eth_src          1349 net/batman-adv/network-coding.c 						   out_nc_node->addr, eth_src))
eth_src           260 net/openvswitch/actions.c 	ether_addr_copy_masked(eth_hdr(skb)->h_source, key->eth_src,
eth_src           261 net/openvswitch/actions.c 			       mask->eth_src);
eth_src           301 net/openvswitch/actions.c 	ether_addr_copy(hdr->h_source, ethh->addresses.eth_src);
eth_src          1510 net/openvswitch/flow_netlink.c 				eth_key->eth_src, ETH_ALEN, is_mask);
eth_src          2024 net/openvswitch/flow_netlink.c 		ether_addr_copy(eth_key->eth_src, output->eth.src);
eth_src           564 net/sched/act_ife.c 			ether_addr_copy(p->eth_src, saddr);
eth_src           566 net/sched/act_ife.c 			eth_zero_addr(p->eth_src);
eth_src           649 net/sched/act_ife.c 	if (!is_zero_ether_addr(p->eth_src)) {
eth_src           650 net/sched/act_ife.c 		if (nla_put(skb, TCA_IFE_SMAC, ETH_ALEN, p->eth_src))
eth_src           830 net/sched/act_ife.c 	if (!is_zero_ether_addr(p->eth_src))
eth_src           831 net/sched/act_ife.c 		ether_addr_copy(oethh->h_source, p->eth_src);
eth_src            53 net/sched/act_skbmod.c 		ether_addr_copy(eth_hdr(skb)->h_source, p->eth_src);
eth_src           180 net/sched/act_skbmod.c 		ether_addr_copy(p->eth_src, saddr);
eth_src           238 net/sched/act_skbmod.c 	    nla_put(skb, TCA_SKBMOD_SMAC, ETH_ALEN, p->eth_src))