Home
last modified time | relevance | path

Searched refs:checktool (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/netfilter/
A Dnft_zones_many.sh21 checktool (){ function
28 checktool "nft --version" "run test without nft tool"
29 checktool "ip -Version" "run test without ip tool"
30 checktool "socat -V" "run test without socat tool"
31 checktool "ip netns add $ns" "create net namespace"
A Dnft_synproxy.sh14 checktool (){ function
21 checktool "nft --version" "run test without nft tool"
22 checktool "ip -Version" "run test without ip tool"
23 checktool "iperf3 --version" "run test without iperf3"
24 checktool "ip netns add $nsr" "create net namespace"
A Dipip-conntrack-mtu.sh35 checktool (){ function
42 checktool "iptables --version" "run test without iptables"
43 checktool "ip -Version" "run test without ip tool"
44 checktool "which socat" "run test without socat"
45 checktool "ip netns add ${r_a}" "create net namespace"
A Dnft_flowtable.sh33 checktool (){ function
40 checktool "nft --version" "run test without nft tool"
41 checktool "ip -Version" "run test without ip tool"
42 checktool "which nc" "run test without nc (netcat)"
43 checktool "ip netns add $nsr1" "create net namespace $nsr1"

Completed in 5 milliseconds