Home
last modified time | relevance | path

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

/tools/testing/selftests/net/forwarding/
A Dtc_flower_port_range.sh80 local sip=$1; shift
96 flower src_ip $sip dst_ip $dip ip_proto $ip_proto \
101 flower src_ip $sip dst_ip $dip ip_proto $ip_proto \
154 local sip=192.0.2.1
159 __test_port_range $proto $ip_proto $sip $dip $mode "$name"
166 local sip=192.0.2.1
171 __test_port_range $proto $ip_proto $sip $dip $mode "$name"
178 local sip=2001:db8:1::1
190 local sip=2001:db8:1::1
202 local sip=192.0.2.1
[all …]
A Dtc_flower_l2_miss.sh75 local sip=192.0.2.1
81 flower indev $swp1 l2_miss 1 dst_mac $dmac src_ip $sip \
128 local sip=$1; shift
138 flower indev $swp1 l2_miss 1 src_ip $sip dst_ip $dip \
142 flower indev $swp1 l2_miss 0 src_ip $sip dst_ip $dip \
185 local sip=192.0.2.1
197 local sip=2001:db8:1::1
239 local sip=192.0.2.1
247 local sip=$1; shift
272 local sip=192.0.2.1
[all …]
A Dmirror_lib.sh33 local sip=$1; shift
52 $MZ $proto $vrf_name ${sip:+-A $sip} -B $dip -a own -b bc -q \
A Dsch_ets_core.sh69 sip() function
85 start_traffic $h1.1$i $(sip $i) $(dip $i) $dst_mac
175 vlan_create $h1 1$i v$h1 $(sip $i)/28
A Dlib.sh1520 local sip=$1; shift
1525 $MZ $h_in -p $pktsize -A $sip -B $dip -c 0 \
1534 local sip=$1; shift
1539 __start_traffic $pktsize udp "$h_in" "$sip" "$dip" "$dmac" \
1547 local sip=$1; shift
1552 __start_traffic $pktsize tcp "$h_in" "$sip" "$dip" "$dmac" \
1559 local sip=$1; shift
1564 start_traffic_pktsize 8000 "$h_in" "$sip" "$dip" "$dmac" \
1571 local sip=$1; shift
1576 start_tcp_traffic_pktsize 8000 "$h_in" "$sip" "$dip" "$dmac" \
A Drouter.sh237 local sip=$1; shift
247 create_mcast_sg $rp1 $sip $dip $rp2
257 delete_mcast_sg $rp1 $sip $dip $rp2
/tools/testing/selftests/net/
A Dtest_bridge_neigh_suppress.sh294 local sip=$1; shift
382 local sip=192.0.2.1
385 neigh_suppress_arp_common $vid $sip $tip
388 sip=192.0.2.17
390 neigh_suppress_arp_common $vid $sip $tip
396 local sip=$1; shift
428 local sip=192.0.2.1
431 neigh_suppress_uc_arp_common $vid $sip $tip
434 sip=192.0.2.17
436 neigh_suppress_uc_arp_common $vid $sip $tip
[all …]
/tools/testing/selftests/drivers/net/mlxsw/
A Ddevlink_trap_tunnel_ipip.sh187 local sip=$1; shift
200 -A $sip -B 192.0.2.65 -t ip len=48,proto=47,p=$payload -q &
217 local sip=192.0.2.66
226 "Decap error: Key exists but was not expected" $sip "2" \
237 "Decap error: Key does not exist but was expected" $sip "0"
239 "Decap error: Packet has a wrong key field" $sip "2" \
A Ddevlink_trap_tunnel_ipip6.sh187 local sip=$1; shift
200 -A $sip -B 2001:db8:3::1 -t ip next=47,p=$payload -q &
217 local sip=2001:db8:3::2
226 "Decap error: Key exists but was not expected" $sip "2" \
238 "Decap error: Key does not exist but was expected" $sip "0"
240 "Decap error: Packet has a wrong key field" $sip "2" \
A Dqos_dscp_bridge.sh125 local sip=$1; shift
143 ${PING} -Q $dscp_10 ${sip:+-I $sip} $dip \
A Ddevlink_trap_l3_drops.sh228 local sip=$1; shift
239 flower src_ip $sip action drop
242 $MZ $h1 $flags -t udp "sp=54321,dp=12345" -c 0 -p 100 -A $sip \
297 local sip=$1; shift
308 flower src_ip $sip action drop
311 $MZ $h1 $flags -t udp "sp=54321,dp=12345" -c 0 -p 100 -A $sip \
331 local sip=255.255.255.255
339 flower src_ip $sip action drop
342 $MZ $h1 -t udp "sp=54321,dp=12345" -c 0 -p 100 -A $sip -b $rp1mac \
A Dqos_dscp_router.sh157 local sip=$1; shift
179 ${PING} -Q $dscp ${sip:+-I $sip} $dip \
A Dmirror_gre_scale.sh123 local sip=$(mirror_gre_ipv6_addr 1 $i)::1
129 mirror_test v$h1 $sip $dip $htun 100 10
/tools/testing/selftests/bpf/
A Dgenerate_udp_fragments.py63 sip = "0.0.0.0"
72 pkt = IP(src=sip,dst=dip) / UDP(sport=sport,dport=dport,chksum=0) / Raw(load=payload)
/tools/testing/selftests/kvm/riscv/
A Dget-reg-list.c336 case KVM_REG_RISCV_CSR_REG(sip): in general_csr_id_to_str()
337 return RISCV_CSR_GENERAL(sip); in general_csr_id_to_str()
827 … | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CSR | KVM_REG_RISCV_CSR_GENERAL | KVM_REG_RISCV_CSR_REG(sip),

Completed in 18 milliseconds