Searched refs:eth_src (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/net/tc_act/ |
D | tc_skbmod.h | 21 u8 eth_src[ETH_ALEN]; member
|
D | tc_ife.h | 12 u8 eth_src[ETH_ALEN]; member
|
/Linux-v4.19/net/sched/ |
D | act_skbmod.c | 56 ether_addr_copy(eth_hdr(skb)->h_source, p->eth_src); in tcf_skbmod_act() 176 ether_addr_copy(p->eth_src, saddr); in tcf_skbmod_init() 226 nla_put(skb, TCA_SKBMOD_SMAC, ETH_ALEN, p->eth_src)) in tcf_skbmod_dump()
|
D | act_ife.c | 552 ether_addr_copy(p->eth_src, saddr); in tcf_ife_init() 554 eth_zero_addr(p->eth_src); in tcf_ife_init() 639 if (!is_zero_ether_addr(p->eth_src)) { in tcf_ife_dump() 640 if (nla_put(skb, TCA_IFE_SMAC, ETH_ALEN, p->eth_src)) in tcf_ife_dump() 820 if (!is_zero_ether_addr(p->eth_src)) in tcf_ife_encode() 821 ether_addr_copy(oethh->h_source, p->eth_src); in tcf_ife_encode()
|
/Linux-v4.19/drivers/net/ethernet/rocker/ |
D | rocker_ofdpa.c | 79 u8 eth_src[ETH_ALEN]; member 116 u8 eth_src[ETH_ALEN]; member 122 u8 eth_src[ETH_ALEN]; member 452 ETH_ALEN, entry->key.acl.eth_src)) in ofdpa_cmd_flow_tbl_add_acl() 606 if (!is_zero_ether_addr(entry->l2_rewrite.eth_src) && in ofdpa_cmd_group_tbl_add_l2_rewrite() 608 ETH_ALEN, entry->l2_rewrite.eth_src)) in ofdpa_cmd_group_tbl_add_l2_rewrite() 652 if (!is_zero_ether_addr(entry->l3_unicast.eth_src) && in ofdpa_cmd_group_tbl_add_l3_unicast() 654 ETH_ALEN, entry->l3_unicast.eth_src)) in ofdpa_cmd_group_tbl_add_l3_unicast() 1002 const u8 *eth_src, const u8 *eth_src_mask, in ofdpa_flow_tbl_acl() argument 1029 if (eth_src) in ofdpa_flow_tbl_acl() [all …]
|
/Linux-v4.19/include/uapi/linux/ |
D | openvswitch.h | 391 __u8 eth_src[ETH_ALEN]; member
|
/Linux-v4.19/net/batman-adv/ |
D | network-coding.c | 1352 u8 *eth_src, in batadv_nc_skb_src_search() argument 1359 orig_node = batadv_orig_hash_find(bat_priv, eth_src); in batadv_nc_skb_src_search() 1368 out_nc_node->addr, eth_src)) in batadv_nc_skb_src_search()
|
/Linux-v4.19/net/openvswitch/ |
D | actions.c | 331 ether_addr_copy_masked(eth_hdr(skb)->h_source, key->eth_src, in set_eth_addr() 332 mask->eth_src); in set_eth_addr() 372 ether_addr_copy(hdr->h_source, ethh->addresses.eth_src); in push_eth()
|
D | flow_netlink.c | 1498 eth_key->eth_src, ETH_ALEN, is_mask); in ovs_key_from_nlattrs() 2012 ether_addr_copy(eth_key->eth_src, output->eth.src); in __ovs_nla_put_key()
|
/Linux-v4.19/drivers/clk/ |
D | clk-stm32mp1.c | 151 static const char * const eth_src[] = { variable 1946 KCLK(ETHCK_K, "ethck_k", eth_src, 0, G_ETHCK, M_ETHCK), 1955 COMPOSITE(ETHPTP_K, "ethptp_k", eth_src, CLK_OPS_PARENT_ENABLE,
|