Home
last modified time | relevance | path

Searched refs:eth_src (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dskf_net_off.c119 const char eth_src[] = { 0x02, 0x00, 0x00, 0x00, 0x00, 0x02 }; in tun_write() local
131 memcpy(eth.h_source, eth_src, sizeof(eth_src)); in tun_write()
/linux/net/sched/
H A Dact_ife.c595 ether_addr_copy(p->eth_src, saddr); in tcf_ife_init()
597 eth_zero_addr(p->eth_src); in tcf_ife_init()
674 if (!is_zero_ether_addr(p->eth_src)) { in tcf_ife_dump()
675 if (nla_put(skb, TCA_IFE_SMAC, ETH_ALEN, p->eth_src)) in tcf_ife_dump()
855 if (!is_zero_ether_addr(p->eth_src)) in tcf_ife_encode()
856 ether_addr_copy(oethh->h_source, p->eth_src); in tcf_ife_encode()
/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c76 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 …]
/linux/include/net/tc_act/
H A Dtc_ife.h13 u8 eth_src[ETH_ALEN]; member
/linux/include/uapi/linux/
H A Dopenvswitch.h440 __u8 eth_src[ETH_ALEN]; member
/linux/net/openvswitch/
H A Dactions.c237 ether_addr_copy_masked(eth_hdr(skb)->h_source, key->eth_src, in set_eth_addr()
238 mask->eth_src); in set_eth_addr()
272 ethh->addresses.eth_src); in push_eth()
H A Dflow_netlink.c1501 eth_key->eth_src, ETH_ALEN, is_mask); in ovs_key_from_nlattrs()
2041 ether_addr_copy(eth_key->eth_src, output->eth.src); in __ovs_nla_put_key()
/linux/drivers/clk/stm32/
H A Dclk-stm32mp1.c158 static const char * const eth_src[] = { variable
2054 COMPOSITE(NO_ID, "ck_ker_eth", eth_src, CLK_OPS_PARENT_ENABLE |