Home
last modified time | relevance | path

Searched refs:dst_mac (Results 1 – 18 of 18) sorted by relevance

/tools/testing/selftests/tc-testing/
Dtdc_batch.py73 def format_add_filter(device, prio, handle, skip, src_mac, dst_mac, argument
77 device, prio, handle, skip, src_mac, dst_mac, share_action))
80 def format_rep_filter(device, prio, handle, skip, src_mac, dst_mac, argument
84 device, prio, handle, skip, src_mac, dst_mac, share_action))
87 def format_del_filter(device, prio, handle, skip, src_mac, dst_mac, argument
105 dst_mac = "e4:12:00:" + mac variable
107 dst_mac, share_action)
/tools/testing/selftests/net/forwarding/
Dtc_chains.sh39 flower $tcflags dst_mac $h2mac action drop
58 flower $tcflags dst_mac $h2mac action drop
60 $tcflags dst_mac $h2mac action drop
62 $tcflags dst_mac $h2mac action goto chain 1
129 flower dst_mac 00:00:00:00:00:00/FF:FF:FF:FF:FF:FF &> /dev/null
134 flower dst_mac $h2mac action drop
146 flower dst_mac $h2mac action drop &> /dev/null
Dmirror_gre.sh69 ingress) local src_mac=$(mac_get $h1); local dst_mac=$(mac_get $h2)
71 egress) local src_mac=$(mac_get $h2); local dst_mac=$(mac_get $h1)
78 icmp_capture_install h3-${tundev} "src_mac $src_mac dst_mac $dst_mac"
Dtc_shblocks.sh78 $tcflags indev $swp1 dst_mac $swmac action drop
80 $tcflags indev $swp2 dst_mac $swmac action drop
Dtc_mpls_l2vpn.sh85 action vlan push_eth dst_mac $mpls2mac src_mac $mpls1mac \
114 action vlan push_eth dst_mac $mpls1mac src_mac $mpls2mac \
Dsch_ets_core.sh82 local dst_mac=$(mac_get $h2)
85 start_traffic $h1.1$i $(sip $i) $(dip $i) $dst_mac
Dtc_flower.sh45 $tcflags dst_mac $dummy_mac action drop
47 $tcflags dst_mac $h2mac action drop
233 flower vlan_prio 6 $tcflags dst_mac $h2mac action drop
235 flower vlan_prio 7 $tcflags dst_mac $h2mac action drop
357 $tcflags indev $h1 dst_mac $h2mac action drop
359 $tcflags indev $h2 dst_mac $h2mac action drop
Dlib.sh1171 flower dst_mac $mac action drop
1239 flower dst_mac $mac action drop
1410 flower ip_proto udp dst_mac $mac action drop
Dvxlan_asymmetric.sh514 flower dst_mac ff:ff:ff:ff:ff:ff arp_tip 10.1.1.102 arp_op \
/tools/testing/selftests/bpf/progs/
Dtest_tc_peer.c17 static const __u8 dst_mac[] = {0x00, 0x22, 0x33, 0x44, 0x55, 0x66}; variable
54 if (bpf_skb_store_bytes(skb, ETH_ALEN, &dst_mac, ETH_ALEN, 0) != 0) in tc_src_l3()
/tools/testing/selftests/drivers/net/mlxsw/
Ddevlink_trap_l2_drops.sh128 flower dst_mac $dmac action drop
188 flower dst_mac $dmac action drop
231 flower dst_mac $dmac action drop
301 flower dst_mac $dmac action drop
346 flower dst_mac $dmac action drop
392 flower dst_mac $dmac action drop
Ddevlink_trap_l3_exceptions.sh271 local dst_mac=$1; shift
290 -a 00:11:22:33:44:55 -b $dst_mac \
Dvxlan_flooding.sh182 flower skip_hw dst_mac de:ad:be:ef:13:37 action pass
/tools/testing/selftests/bpf/
Dxdpxceiver.h133 u8 dst_mac[ETH_ALEN]; member
Dxdpxceiver.c202 memcpy(eth_hdr->h_dest, ifobject->dst_mac, ETH_ALEN); in gen_eth_hdr()
993 static void init_iface(struct ifobject *ifobj, const char *dst_mac, in init_iface() argument
1000 memcpy(ifobj->dst_mac, dst_mac, ETH_ALEN); in init_iface()
/tools/testing/selftests/netfilter/
Dnft_concat_range.sh907 -m "${dst_mac}" \
914 -m "${dst_mac}" \
1134 dst_mac="$(format_mac "${1}")"
1135 ip link set veth_a address "${dst_mac}"
/tools/testing/selftests/net/
Dgro.c79 static uint8_t src_mac[ETH_ALEN], dst_mac[ETH_ALEN]; variable
215 memcpy(eth->h_dest, dst_mac, ETH_ALEN); in fill_datalinklayer()
817 memcpy(daddr.sll_addr, dst_mac, ETH_ALEN); in gro_sender()
1088 read_MAC(dst_mac, dmac); in main()
/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
Dtc_flower.sh891 dst_mac 00:00:00:00:00:00/FF:FF:FF:FF:FF:FF \