Home
last modified time | relevance | path

Searched refs:dmac (Results 1 – 15 of 15) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/
Ddevlink_trap_l2_drops.sh120 local dmac=de:ad:be:ef:13:37
130 flower dst_mac $dmac action drop
132 $MZ $h1 "$opt" -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q &
181 local dmac=de:ad:be:ef:13:37
191 flower dst_mac $dmac action drop
193 $MZ $h1 -Q $vid -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q &
224 local dmac=de:ad:be:ef:13:37
235 flower dst_mac $dmac action drop
237 $MZ $h1 -Q $vid -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q &
294 local dmac=de:ad:be:ef:13:37
[all …]
Dqos_lib.sh32 local dmac=$1; shift
35 -a own -b $dmac -t udp -q &
Ddevlink_trap_l3_drops.sh192 local dmac=01:02:03:04:05:06
203 $MZ $h1 $flags -t udp "sp=54321,dp=12345" -c 0 -p 100 -b $dmac \
/external/bcc/tests/python/
Dtest_brb.c112 eth_addr_t dmac; in br_common() local
123 dmac.addr = ethernet->dst; in br_common()
130 if (dmac.addr == 0xffffffffffffULL) { in br_common()
141 rtrif_p = br1_mac_ifindex.lookup(&dmac); in br_common()
143 rtrif_p = br2_mac_ifindex.lookup(&dmac); in br_common()
200 tx_port_id_p = br1_mac.lookup(&dmac); in br_common()
202 tx_port_id_p = br2_mac.lookup(&dmac); in br_common()
/external/ethtool/
Drxclass.c83 unsigned char *dmac, *dmacm; in rxclass_print_nfc_spec_ext() local
85 dmac = fsp->h_ext.h_dest; in rxclass_print_nfc_spec_ext()
91 dmac[0], dmac[1], dmac[2], dmac[3], dmac[4], in rxclass_print_nfc_spec_ext()
92 dmac[5], dmacm[0], dmacm[1], dmacm[2], dmacm[3], in rxclass_print_nfc_spec_ext()
100 unsigned char *smac, *smacm, *dmac, *dmacm; in rxclass_print_nfc_rule() local
223 dmac = fsp->h_u.ether_spec.h_dest; in rxclass_print_nfc_rule()
237 smacm[5], dmac[0], dmac[1], dmac[2], dmac[3], dmac[4], in rxclass_print_nfc_rule()
238 dmac[5], dmacm[0], dmacm[1], dmacm[2], dmacm[3], in rxclass_print_nfc_rule()
/external/bcc/src/cc/frontends/p4/test/testprograms/
Dbasic_routing.p4212 action rewrite_src_dst_mac(smac, dmac) {
214 modify_field(ethernet.dstAddr, dmac);
229 /* set smac and dmac from ingress_metadata.nexthop_index */
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_iptunnel_common.h31 __u8 dmac[6]; member
/external/kernel-headers/original/uapi/rdma/
Drdma_user_rxe.h67 __u8 dmac[6]; member
Dvmw_pvrdma-abi.h217 __u8 dmac[6]; member
Dmlx5-abi.h413 __u8 dmac[ETH_ALEN]; member
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_xdp_loop.c72 memcpy(new_eth->h_dest, tnl->dmac, sizeof(new_eth->h_dest)); in set_ethhdr()
Dtest_xdp.c76 memcpy(new_eth->h_dest, tnl->dmac, sizeof(new_eth->h_dest)); in set_ethhdr()
/external/bcc/src/cc/includes/compat/linux/
Dbpf.h3007 __u8 dmac[6]; /* ETH_ALEN */ member
/external/bcc/src/cc/compat/linux/
Dbpf.h3007 __u8 dmac[6]; /* ETH_ALEN */ member
/external/kernel-headers/original/uapi/linux/
Dbpf.h5104 __u8 dmac[6]; /* ETH_ALEN */ member