Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:NS_EXEC
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
drop_monitor_tests.sh
19
NS_EXEC
="ip netns exec ns1"
49
$
NS_EXEC
echo "$DEV_ADDR 1" > ${NETDEVSIM_PATH}/new_device
51
local netdev=$($
NS_EXEC
ls ${NETDEVSIM_PATH}/devices/${DEV}/net/)
59
$
NS_EXEC
echo "$DEV_ADDR" > ${NETDEVSIM_PATH}/del_device
76
$
NS_EXEC
mausezahn dummy10 -a 00:11:22:33:44:55 -b 00:aa:bb:cc:dd:ee \
H
A
D
fib_tests.sh
18
NS_EXEC
="ip netns exec ns1"
472
$
NS_EXEC
tc qdisc add dev veth1 ingress
473
$
NS_EXEC
tc filter add dev veth1 ingress protocol arp basic \
475
$
NS_EXEC
tc filter add dev veth1 ingress protocol ip basic \
479
$
NS_EXEC
tc qdisc add dev lo parent root handle 1: fq_codel
480
$
NS_EXEC
tc filter add dev lo parent 1: protocol arp basic \
482
$
NS_EXEC
tc filter add dev lo parent 1: protocol ip basic \
492
$
NS_EXEC
sysctl -qw net.ipv4.conf.all.rp_filter=1
493
$
NS_EXEC
sysctl -qw net.ipv4.conf.all.accept_local=1
494
$
NS_EXEC
sysct
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
drop_monitor_tests.sh
19
NS_EXEC
="ip netns exec ns1"
49
$
NS_EXEC
echo "$DEV_ADDR 1" > ${NETDEVSIM_PATH}/new_device
51
local netdev=$($
NS_EXEC
ls ${NETDEVSIM_PATH}/devices/${DEV}/net/)
59
$
NS_EXEC
echo "$DEV_ADDR" > ${NETDEVSIM_PATH}/del_device
76
$
NS_EXEC
mausezahn dummy10 -a 00:11:22:33:44:55 -b 00:aa:bb:cc:dd:ee \
H
A
D
fib_tests.sh
22
NS_EXEC
="$(which ip) netns exec ns1"
476
$
NS_EXEC
tc qdisc add dev veth1 ingress
477
$
NS_EXEC
tc filter add dev veth1 ingress protocol arp basic \
479
$
NS_EXEC
tc filter add dev veth1 ingress protocol ip basic \
483
$
NS_EXEC
tc qdisc add dev lo parent root handle 1: fq_codel
484
$
NS_EXEC
tc filter add dev lo parent 1: protocol arp basic \
486
$
NS_EXEC
tc filter add dev lo parent 1: protocol ip basic \
496
$
NS_EXEC
sysctl -qw net.ipv4.conf.all.rp_filter=1
497
$
NS_EXEC
sysctl -qw net.ipv4.conf.all.accept_local=1
498
$
NS_EXEC
sysct
[all...]
H
A
D
gre_gso.sh
17
NS_EXEC
="ip netns exec ns1"
123
$
NS_EXEC
socat - tcp${proto}-listen:$port,reuseaddr,fork >/dev/null &
125
while ! $
NS_EXEC
ss -ltn | grep -q $port; do ((i++)); sleep 0.01; done
Completed in 3 milliseconds