Searched refs:mac (Results 1 – 17 of 17) sorted by relevance
/tools/testing/selftests/bpf/ |
D | test_tc_tunnel.sh | 108 for mac in none mpls eth ; do 109 echo "ip gre $mac" 110 $0 ipv4 gre $mac 100 112 echo "ip6 gre $mac" 113 $0 ipv6 ip6gre $mac 100 115 echo "ip gre $mac gso" 116 $0 ipv4 gre $mac 2000 118 echo "ip6 gre $mac gso" 119 $0 ipv6 ip6gre $mac 2000 121 echo "ip udp $mac" [all …]
|
/tools/testing/selftests/net/forwarding/ |
D | vxlan_bridge_1q.sh | 484 local mac=$1; shift 503 $MZ $h1 -Q $vid -c 10 -d 100msec -p 64 -b $mac -B $dst -t icmp -q 523 local mac=$1; shift 531 vxlan_flood_test $mac $dst $vid "${expects[@]}" 548 local mac=$1; shift 552 bridge fdb $add_del dev $dev $mac self static permanent \ 554 bridge fdb $add_del dev $dev $mac master static vlan $vid 2>/dev/null 559 local mac=$1; shift 570 vxlan_flood_test $mac $dst $vid "${expects[@]}" 617 local mac=de:ad:be:ef:13:37 [all …]
|
D | vxlan_bridge_1d.sh | 385 local mac=$1; shift 398 $MZ $h1 -c 10 -d 100msec -p 64 -b $mac -B $dst -t icmp -q 417 local mac=$1; shift 423 vxlan_flood_test $mac $dst 10 10 10 436 local mac=$1; shift 440 bridge fdb $add_del dev $dev $mac self static permanent \ 442 bridge fdb $add_del dev $dev $mac master static 2>/dev/null 447 local mac=$1; shift 457 vxlan_flood_test $mac $dst "${expects[@]}" 669 local mac=de:ad:be:ef:13:37 [all …]
|
D | lib.sh | 883 local mac=de:ad:be:ef:13:37 889 | jq -e ".[] | select(.mac == \"$mac\")" &> /dev/null 900 flower dst_mac $mac action drop 902 $MZ $host2_if -c 1 -p 64 -b $mac -t ip -q 910 $MZ $host1_if -c 1 -p 64 -a $mac -t ip -q 914 | jq -e ".[] | select(.mac == \"$mac\")" &> /dev/null 917 $MZ $host2_if -c 1 -p 64 -b $mac -t ip -q 931 | jq -e ".[] | select(.mac == \"$mac\")" &> /dev/null 936 $MZ $host1_if -c 1 -p 64 -a $mac -t ip -q 940 | jq -e ".[] | select(.mac == \"$mac\")" &> /dev/null [all …]
|
D | bridge_port_isolation.sh | 130 local mac=de:ad:be:ef:13:37 134 flood_test_do false $mac $ip $h1 $h2 138 flood_test_do true $mac $ip $h3 $h2
|
D | bridge_igmp.sh | 85 local mac=$1 95 flower dst_mac $mac action drop 97 $MZ $host1_if -c 1 -p 64 -b $mac -B $ip -t udp "dp=4096,sp=2048" -q
|
D | bridge_vlan_aware.sh | 114 local mac=de:ad:be:ef:13:37 133 $MZ $h2 -c 1 -p 64 -a $mac -t ip -q
|
D | vxlan_symmetric.sh | 477 local mac=$1; shift 482 bridge fdb add $mac dev vx4001 self master extern_learn static \ 485 ip neigh add $vtep_ip lladdr $mac nud noarp dev vlan4001 extern_learn
|
/tools/testing/selftests/tc-testing/ |
D | tdc_batch.py | 103 mac = ("{:02x}:{:02x}:{:02x}".format(i, j, k)) variable 104 src_mac = "e4:11:{:02x}:{}".format(mac_prefix, mac) 105 dst_mac = "e4:12:00:" + mac
|
/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 136 --mac) 137 checkarg --mac "(MAC address)" $# "$2" '^\([0-9a-fA-F]\{2\}:\)\{5\}[0-9a-fA-F]\{2\}$' error
|
/tools/testing/selftests/drivers/net/mlxsw/ |
D | vxlan.sh | 656 local mac=00:11:22:33:44:55 659 bridge fdb show dev vxlan0 | grep $mac | grep self | grep -q offload 661 bridge fdb show dev vxlan0 | grep $mac | grep master | grep -q offload 670 local mac=00:11:22:33:44:55 673 bridge fdb show dev vxlan0 | grep $mac | grep -q self 675 bridge fdb show dev vxlan0 | grep $mac | grep self | grep -q offload 686 local mac=00:11:22:33:44:55 689 bridge fdb show dev vxlan0 | grep $mac | grep -q master 691 bridge fdb show dev vxlan0 | grep $mac | grep master | grep -q offload 699 local mac=00:11:22:33:44:55 [all …]
|
/tools/testing/selftests/bpf/progs/ |
D | test_xdp_noinline.c | 130 __u8 mac[6]; member 299 memcpy(new_eth->eth_dest, cval->mac, 6); in encap_v6() 347 memcpy(new_eth->eth_dest, cval->mac, 6); in encap_v4()
|
D | test_l4lb.c | 144 __u8 mac[6]; member
|
D | test_l4lb_noinline.c | 140 __u8 mac[6]; member
|
/tools/include/uapi/linux/ |
D | if_link.h | 706 __u8 mac[32]; /* MAX_ADDR_LEN */ member
|
/tools/hv/ |
D | hv_kvp_daemon.c | 947 char *mac = (char *)kvp_ip_val->adapter_id; in kvp_mac_to_ip() local 985 if (strcmp(p, mac)) in kvp_mac_to_ip()
|
/tools/lib/traceevent/ |
D | event-parse.c | 4531 static void print_mac_arg(struct trace_seq *s, int mac, void *data, int size, in print_mac_arg() argument 4548 if (mac == 'm') in print_mac_arg()
|