Home
last modified time | relevance | path

Searched refs:dstip (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/net/
H A Drtnetlink.sh652 dstip=192.168.123.2
665 ipsecid="proto esp src $srcip dst $dstip spi 0x07"
668 $algo sel src $srcip/24 dst $dstip/24
671 lines=`ip x s list | grep $srcip | grep $dstip | wc -l`
675 lines=`ip x s get $ipsecid | grep $srcip | grep $dstip | wc -l`
682 ipsecsel="dir out src $srcip/24 dst $dstip/24"
684 tmpl proto esp src $srcip dst $dstip \
688 lines=`ip x p list | grep $srcip | grep $dstip | wc -l`
693 lines=`ip x p get $ipsecsel | grep $srcip | grep $dstip | wc -l`
736 dstip=192.168.123.4
[all …]
/linux/tools/testing/selftests/net/netfilter/
H A Dbr_netfilter.sh29 dstip="$2"
31 if ! ip netns exec "$fromns" ping -c 1 -q "$dstip" > /dev/null; then
32 echo "ERROR: ping from $fromns to $dstip"
41 dstip="$2"
48 if ! ip netns exec "$fromns" ping -q -f -b -c 1 -q "$dstip" > /dev/null 2>&1; then
49 echo "ERROR: ping -b from $fromns to $dstip"
H A Dnft_flowtable.sh350 local dstip=$3
359 …timeout "$SOCAT_TIMEOUT" ip netns exec "$nsa" socat -4 TCP:"$dstip":"$dstport" STDIO < "$nsin" > "…