Searched refs:dmac (Results 1 – 15 of 15) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
D | devlink_trap_l2_drops.sh | 120 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 …]
|
D | qos_lib.sh | 32 local dmac=$1; shift 35 -a own -b $dmac -t udp -q &
|
D | devlink_trap_l3_drops.sh | 192 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/ |
D | test_brb.c | 112 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/ |
D | rxclass.c | 83 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/ |
D | basic_routing.p4 | 212 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/ |
D | test_iptunnel_common.h | 31 __u8 dmac[6]; member
|
/external/kernel-headers/original/uapi/rdma/ |
D | rdma_user_rxe.h | 67 __u8 dmac[6]; member
|
D | vmw_pvrdma-abi.h | 217 __u8 dmac[6]; member
|
D | mlx5-abi.h | 413 __u8 dmac[ETH_ALEN]; member
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | test_xdp_loop.c | 72 memcpy(new_eth->h_dest, tnl->dmac, sizeof(new_eth->h_dest)); in set_ethhdr()
|
D | test_xdp.c | 76 memcpy(new_eth->h_dest, tnl->dmac, sizeof(new_eth->h_dest)); in set_ethhdr()
|
/external/bcc/src/cc/includes/compat/linux/ |
D | bpf.h | 3007 __u8 dmac[6]; /* ETH_ALEN */ member
|
/external/bcc/src/cc/compat/linux/ |
D | bpf.h | 3007 __u8 dmac[6]; /* ETH_ALEN */ member
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 5104 __u8 dmac[6]; /* ETH_ALEN */ member
|