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:CLIENT_NS
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H
A
D
conntrack_sctp_collision.sh
13
# TOPO: SERVER_NS (link0)<--->(link1) ROUTER_NS (link2)<--->(link3)
CLIENT_NS
15
CLIENT_NS
=$(mktemp -u client-XXXXXXXX)
29
ip net add $
CLIENT_NS
33
ip -n $
CLIENT_NS
link add link3 type veth peer name link2 netns $ROUTER_NS
45
ip -n $
CLIENT_NS
link set link3 up
46
ip -n $
CLIENT_NS
addr add $CLIENT_IP/24 dev link3
47
ip -n $
CLIENT_NS
route add $SERVER_IP dev link3 via $CLIENT_GW
63
ip net exec $
CLIENT_NS
sysctl -wq net.sctp.association_max_retrans=3
67
ip net exec $
CLIENT_NS
pkill sctp_collision 2>&1 >/dev/null
69
ip net del "$
CLIENT_NS
"
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
big_tcp.sh
5
# TOPO:
CLIENT_NS
(link0)<--->(link1) ROUTER_NS (link2)<--->(link3) SERVER_NS
7
CLIENT_NS
=$(mktemp -u client-XXXXXXXX)
28
ip netns add $
CLIENT_NS
31
ip -net $ROUTER_NS link add link1 type veth peer name link0 netns $
CLIENT_NS
34
ip -net $
CLIENT_NS
link set link0 up
35
ip -net $
CLIENT_NS
link set link0 mtu 1442
36
ip -net $
CLIENT_NS
addr add $CLIENT_IP4/24 dev link0
37
ip -net $
CLIENT_NS
addr add $CLIENT_IP6/64 dev link0 nodad
38
ip -net $
CLIENT_NS
route add $SERVER_IP4 dev link0 via $CLIENT_GW4
39
ip -net $
CLIENT_NS
rout
[all...]
H
A
D
sctp_vrf.sh
87
local
CLIENT_NS
=$1
95
timeout 3 ip netns exec $
CLIENT_NS
./sctp_hello client $AF \
Completed in 2 milliseconds