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:NETNS
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
ip_defrag.sh
11
readonly
NETNS
="ns-$(mktemp -u XXXXXX)"
14
ip netns add "${
NETNS
}"
15
ip -netns "${
NETNS
}" link set lo up
17
ip netns exec "${
NETNS
}" sysctl -w net.ipv4.ipfrag_high_thresh=9000000 >/dev/null 2>&1
18
ip netns exec "${
NETNS
}" sysctl -w net.ipv4.ipfrag_low_thresh=7000000 >/dev/null 2>&1
19
ip netns exec "${
NETNS
}" sysctl -w net.ipv4.ipfrag_time=1 >/dev/null 2>&1
21
ip netns exec "${
NETNS
}" sysctl -w net.ipv6.ip6frag_high_thresh=9000000 >/dev/null 2>&1
22
ip netns exec "${
NETNS
}" sysctl -w net.ipv6.ip6frag_low_thresh=7000000 >/dev/null 2>&1
23
ip netns exec "${
NETNS
}" sysctl -w net.ipv6.ip6frag_time=1 >/dev/null 2>&1
25
ip netns exec "${
NETNS
}" sysct
[all...]
H
A
D
tcp_fastopen_backup_key.sh
10
readonly
NETNS
="ns-$(mktemp -u XXXXXX)"
13
ip netns add "${
NETNS
}"
14
ip -netns "${
NETNS
}" link set lo up
15
ip netns exec "${
NETNS
}" sysctl -w net.ipv4.tcp_fastopen=3 \
20
ip netns del "${
NETNS
}"
29
ip netns exec "${
NETNS
}" ip tcp_metrics flush
30
ip netns exec "${
NETNS
}" ./tcp_fastopen_backup_key "$1"
31
val=$(ip netns exec "${
NETNS
}" nstat -az | \
H
A
D
reuseaddr_ports_exhausted.sh
11
readonly
NETNS
="ns-$(mktemp -u XXXXXX)"
14
ip netns add "${
NETNS
}"
15
ip -netns "${
NETNS
}" link set lo up
16
ip netns exec "${
NETNS
}" \
19
ip netns exec "${
NETNS
}" \
24
ip netns del "${
NETNS
}"
31
ip netns exec "${
NETNS
}" ./reuseaddr_ports_exhausted
H
A
D
in_netns.sh
8
readonly
NETNS
="ns-$(mktemp -u XXXXXX)"
11
ip netns add "${
NETNS
}"
12
ip -netns "${
NETNS
}" link set lo up
16
ip netns del "${
NETNS
}"
22
ip netns exec "${
NETNS
}" "$@"
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
ip_defrag.sh
11
readonly
NETNS
="ns-$(mktemp -u XXXXXX)"
14
ip netns add "${
NETNS
}"
15
ip -netns "${
NETNS
}" link set lo up
17
ip netns exec "${
NETNS
}" sysctl -w net.ipv4.ipfrag_high_thresh=9000000 >/dev/null 2>&1
18
ip netns exec "${
NETNS
}" sysctl -w net.ipv4.ipfrag_low_thresh=7000000 >/dev/null 2>&1
19
ip netns exec "${
NETNS
}" sysctl -w net.ipv4.ipfrag_time=1 >/dev/null 2>&1
21
ip netns exec "${
NETNS
}" sysctl -w net.ipv6.ip6frag_high_thresh=9000000 >/dev/null 2>&1
22
ip netns exec "${
NETNS
}" sysctl -w net.ipv6.ip6frag_low_thresh=7000000 >/dev/null 2>&1
23
ip netns exec "${
NETNS
}" sysctl -w net.ipv6.ip6frag_time=1 >/dev/null 2>&1
25
ip netns exec "${
NETNS
}" sysct
[all...]
H
A
D
bind_bhash.sh
5
readonly
NETNS
="ns-$(mktemp -u XXXXXX)"
39
ip netns add "${
NETNS
}"
40
ip -netns "${
NETNS
}" link add veth0 type veth peer name veth1
41
ip -netns "${
NETNS
}" link set lo up
42
ip -netns "${
NETNS
}" link set veth0 up
43
ip -netns "${
NETNS
}" link set veth1 up
46
ip -netns "${
NETNS
}" addr add $addr_v6 nodad dev veth0
48
ip -netns "${
NETNS
}" addr add $addr_v4 dev lo
53
ip netns del "${
NETNS
}"
62
ip netns exec "${
NETNS
}" s
[all...]
H
A
D
rps_default_mask.sh
13
readonly
NETNS
="ns-${TAG}"
16
ip netns add "${
NETNS
}"
17
ip -netns "${
NETNS
}" link set lo up
22
ip netns del $
NETNS
52
chk_rps "empty rps_default_mask" $
NETNS
lo 0
60
chk_rps "changing rps_default_mask dont affect existing netns" $
NETNS
lo 0
62
ip link add name $VETH type veth peer netns $
NETNS
name $VETH
64
ip -n $
NETNS
link set dev $VETH up
66
chk_rps "changing rps_default_mask don't affect newly child netns[II]" $
NETNS
$VETH 0
68
ip netns del $
NETNS
[all...]
H
A
D
tcp_fastopen_backup_key.sh
10
readonly
NETNS
="ns-$(mktemp -u XXXXXX)"
13
ip netns add "${
NETNS
}"
14
ip -netns "${
NETNS
}" link set lo up
15
ip netns exec "${
NETNS
}" sysctl -w net.ipv4.tcp_fastopen=3 \
20
ip netns del "${
NETNS
}"
29
ip netns exec "${
NETNS
}" ip tcp_metrics flush
30
ip netns exec "${
NETNS
}" ./tcp_fastopen_backup_key "$1"
31
val=$(ip netns exec "${
NETNS
}" nstat -az | \
H
A
D
reuseaddr_ports_exhausted.sh
11
readonly
NETNS
="ns-$(mktemp -u XXXXXX)"
14
ip netns add "${
NETNS
}"
15
ip -netns "${
NETNS
}" link set lo up
16
ip netns exec "${
NETNS
}" \
19
ip netns exec "${
NETNS
}" \
24
ip netns del "${
NETNS
}"
31
ip netns exec "${
NETNS
}" ./reuseaddr_ports_exhausted
H
A
D
in_netns.sh
8
readonly
NETNS
="ns-$(mktemp -u XXXXXX)"
11
ip netns add "${
NETNS
}"
12
ip -netns "${
NETNS
}" link set lo up
16
ip netns del "${
NETNS
}"
22
ip netns exec "${
NETNS
}" "$@"
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
lwt_helpers.h
21
struct nstoken *token = open_netns(
NETNS
); \
30
#define
NETNS
"ns_lwt"
macro
34
return system("ip netns add "
NETNS
);
in netns_create()
39
return system("ip netns del "
NETNS
">/dev/null 2>&1");
in netns_delete()
Completed in 2 milliseconds