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:g_ns
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
H
A
D
bond_topo_2d1c.sh
35
g_ns
="g-$(mktemp -u XXXXXX)"
45
ip netns add ${
g_ns
}
46
ip -n ${
g_ns
} link add br0 type bridge
47
ip -n ${
g_ns
} link set br0 up
48
ip -n ${
g_ns
} addr add ${g_ip4}/24 dev br0
49
ip -n ${
g_ns
} addr add ${g_ip6}/24 dev br0
54
ip -n ${
g_ns
} link del br0
55
ip netns del ${
g_ns
}
64
ip -n ${s_ns} link add eth${i} type veth peer name s${i} netns ${
g_ns
}
66
ip -n ${
g_ns
} lin
[all...]
H
A
D
bond_topo_3d1c.sh
38
ip -n ${s_ns} link add eth${i} type veth peer name s${i} netns ${
g_ns
}
39
ip -n ${
g_ns
} link set s${i} up
40
ip -n ${
g_ns
} link set s${i} master br0
42
tc -n ${
g_ns
} qdisc add dev s${i} clsact
H
A
D
bond_options.sh
273
tc -n ${
g_ns
} filter add dev s$i ingress protocol arp pref 1 handle 101 \
287
real_num=$(tc_rule_handle_stats_get "dev s${active_slave#eth} ingress" 101 ".packets" "-n ${
g_ns
}")
294
tc -n ${
g_ns
} filter del dev s$i ingress
Completed in 1 milliseconds