Searched refs:eth_src (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/net/tc_act/
H A Dtc_skbmod.h17 u8 eth_src[ETH_ALEN]; member in struct:tcf_skbmod_params
H A Dtc_ife.h13 u8 eth_src[ETH_ALEN]; member in struct:tcf_ife_params
/linux-master/net/sched/
H A Dact_skbmod.c72 ether_addr_copy(eth_hdr(skb)->h_source, p->eth_src);
206 ether_addr_copy(p->eth_src, saddr);
262 nla_put(skb, TCA_SKBMOD_SMAC, ETH_ALEN, p->eth_src))
H A Dact_ife.c595 ether_addr_copy(p->eth_src, saddr);
597 eth_zero_addr(p->eth_src);
672 if (!is_zero_ether_addr(p->eth_src)) {
673 if (nla_put(skb, TCA_IFE_SMAC, ETH_ALEN, p->eth_src))
853 if (!is_zero_ether_addr(p->eth_src))
854 ether_addr_copy(oethh->h_source, p->eth_src);
/linux-master/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c76 u8 eth_src[ETH_ALEN]; member in struct:ofdpa_flow_tbl_key::__anon1881::__anon1887
113 u8 eth_src[ETH_ALEN]; member in struct:ofdpa_group_tbl_entry::__anon1888::__anon1890
119 u8 eth_src[ETH_ALEN]; member in struct:ofdpa_group_tbl_entry::__anon1888::__anon1891
449 ETH_ALEN, entry->key.acl.eth_src))
603 if (!is_zero_ether_addr(entry->l2_rewrite.eth_src) &&
605 ETH_ALEN, entry->l2_rewrite.eth_src))
649 if (!is_zero_ether_addr(entry->l3_unicast.eth_src) &&
651 ETH_ALEN, entry->l3_unicast.eth_src))
999 const u8 *eth_src, const u8 *eth_src_mask,
1026 if (eth_src)
997 ofdpa_flow_tbl_acl(struct ofdpa_port *ofdpa_port, int flags, u32 in_pport, u32 in_pport_mask, const u8 *eth_src, const u8 *eth_src_mask, const u8 *eth_dst, const u8 *eth_dst_mask, __be16 eth_type, __be16 vlan_id, __be16 vlan_id_mask, u8 ip_proto, u8 ip_proto_mask, u8 ip_tos, u8 ip_tos_mask, u32 group_id) argument
1600 const u8 *eth_src = NULL; local
[all...]
/linux-master/include/uapi/linux/
H A Dopenvswitch.h434 __u8 eth_src[ETH_ALEN]; member in struct:ovs_key_ethernet
/linux-master/net/batman-adv/
H A Dnetwork-coding.c1319 * @eth_src: source mac address of skb
1328 u8 *eth_src,
1335 orig_node = batadv_orig_hash_find(bat_priv, eth_src);
1344 out_nc_node->addr, eth_src))
1325 batadv_nc_skb_src_search(struct batadv_priv *bat_priv, struct sk_buff *skb, u8 *eth_dst, u8 *eth_src, struct batadv_nc_node *in_nc_node) argument
/linux-master/net/openvswitch/
H A Dactions.c269 ether_addr_copy_masked(eth_hdr(skb)->h_source, key->eth_src,
270 mask->eth_src);
304 ethh->addresses.eth_src);
H A Dflow_netlink.c1525 eth_key->eth_src, ETH_ALEN, is_mask);
2065 ether_addr_copy(eth_key->eth_src, output->eth.src);
/linux-master/drivers/clk/stm32/
H A Dclk-stm32mp1.c158 static const char * const eth_src[] = { variable
2051 COMPOSITE(NO_ID, "ck_ker_eth", eth_src, CLK_OPS_PARENT_ENABLE |

Completed in 204 milliseconds