Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/net/
Drtnetlink.sh752 dstip=192.168.123.2
766 ipsecid="proto esp src $srcip dst $dstip spi 0x07"
769 $algo sel src $srcip/24 dst $dstip/24
772 lines=`ip x s list | grep $srcip | grep $dstip | wc -l`
779 lines=`ip x s get $ipsecid | grep $srcip | grep $dstip | wc -l`
790 ipsecsel="dir out src $srcip/24 dst $dstip/24"
792 tmpl proto esp src $srcip dst $dstip \
796 lines=`ip x p list | grep $srcip | grep $dstip | wc -l`
803 lines=`ip x p get $ipsecsel | grep $srcip | grep $dstip | wc -l`
852 dstip=192.168.123.4
[all …]
/Linux-v6.6/tools/testing/selftests/netfilter/
Dnft_flowtable.sh352 local dstip=$3
360 ip netns exec $nsa nc -w 4 "$dstip" "$dstport" < "$nsin" > "$ns1out" &