Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dtcp_ecmp_failover.sh31 NS_EXEC="ip netns exec $server"
60 NS_EXEC="ip netns exec $client"
88 $NS_EXEC sysctl -qw net.ipv4.tcp_retries1=100
96 $NS_EXEC sysctl -qw net.ipv4.conf.veth-c1.ignore_routes_with_linkdown=1
97 $NS_EXEC sysctl -qw net.ipv4.conf.veth-c2.ignore_routes_with_linkdown=1
99 $NS_EXEC sysctl -qw net.ipv6.conf.veth-c1.ignore_routes_with_linkdown=1
100 $NS_EXEC sysctl -qw net.ipv6.conf.veth-c2.ignore_routes_with_linkdown=1
H A Dfib_tests.sh57 NS_EXEC="$(which ip) netns exec $ns1"
469 $NS_EXEC tc qdisc add dev veth1 ingress
470 $NS_EXEC tc filter add dev veth1 ingress protocol arp basic \
472 $NS_EXEC tc filter add dev veth1 ingress protocol ip basic \
476 $NS_EXEC tc qdisc add dev lo parent root handle 1: fq_codel
477 $NS_EXEC tc filter add dev lo parent 1: protocol arp basic \
479 $NS_EXEC tc filter add dev lo parent 1: protocol ip basic \
489 $NS_EXEC sysctl -qw net.ipv4.conf.all.rp_filter=1
490 $NS_EXEC sysctl -qw net.ipv4.conf.all.accept_local=1
491 $NS_EXEC sysctl -qw net.ipv4.conf.all.route_localnet=1
[all …]
H A Dgre_gso.sh51 NS_EXEC="ip netns exec $ns1"
119 $NS_EXEC socat - tcp${proto}-listen:$port,reuseaddr,fork >/dev/null &
121 while ! $NS_EXEC ss -ltn | grep -q $port; do ((i++)); sleep 0.01; done