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:vrfname
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
vrf_strict_mode_test.sh
84
local
vrfname
=$2
88
ip ${nsarg} link add ${
vrfname
} type vrf table ${vrftable} &>/dev/null
94
local
vrfname
=$2
99
add_vrf ${nsname} ${
vrfname
} ${vrftable}; rc=$?
103
log_test ${rc} 0 "${nsname}: add vrf ${
vrfname
}, ${cnt} vrfs for table ${vrftable}"
109
local
vrfname
=$2
114
add_vrf ${nsname} ${
vrfname
} ${vrftable}; rc=$?
118
log_test ${rc} 2 "${nsname}: CANNOT add vrf ${
vrfname
}, ${cnt} vrfs for table ${vrftable}"
124
local
vrfname
=$2
127
ip ${nsarg} link del ${
vrfname
}
[all...]
H
A
D
rtnetlink.sh
386
vrfname
="test-vrf"
395
ip link add "$
vrfname
" type vrf table 10
402
ip -br link show type vrf | grep -q "$
vrfname
"
409
ip link set dev "$
vrfname
" up
412
ip link set dev "$devdummy" master "$
vrfname
"
414
ip link del dev "$
vrfname
"
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
vrf_strict_mode_test.sh
89
local
vrfname
=$2
93
ip ${nsarg} link add ${
vrfname
} type vrf table ${vrftable} &>/dev/null
99
local
vrfname
=$2
104
add_vrf ${nsname} ${
vrfname
} ${vrftable}; rc=$?
108
log_test ${rc} 0 "${nsname}: add vrf ${
vrfname
}, ${cnt} vrfs for table ${vrftable}"
114
local
vrfname
=$2
119
add_vrf ${nsname} ${
vrfname
} ${vrftable}; rc=$?
123
log_test ${rc} 2 "${nsname}: CANNOT add vrf ${
vrfname
}, ${cnt} vrfs for table ${vrftable}"
129
local
vrfname
=$2
132
ip ${nsarg} link del ${
vrfname
}
[all...]
H
A
D
rtnetlink.sh
412
vrfname
="test-vrf"
421
ip link add "$
vrfname
" type vrf table 10
428
ip -br link show type vrf | grep -q "$
vrfname
"
435
ip link set dev "$
vrfname
" up
438
ip link set dev "$devdummy" master "$
vrfname
"
440
ip link del dev "$
vrfname
"
Completed in 3 milliseconds