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:out_tc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H
A
D
psample.c
32
u16
out_tc
;
member
89
if (psample->
out_tc
!= NSIM_PSAMPLE_INVALID_TC) {
in nsim_dev_psample_md_prepare()
90
md->
out_tc
= psample->
out_tc
;
in nsim_dev_psample_md_prepare()
236
psample->
out_tc
= 0;
in nsim_dev_psample_init()
237
debugfs_create_u16("
out_tc
", 0600, psample->ddir, &psample->
out_tc
);
in nsim_dev_psample_init()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
H
A
D
psample.sh
111
echo 5 > $PSAMPLE_DIR/
out_tc
117
echo $((2**16 - 1)) > $PSAMPLE_DIR/
out_tc
123
echo 1 > $PSAMPLE_DIR/
out_tc
/kernel/linux/linux-6.6/include/net/
H
A
D
psample.h
21
u16
out_tc
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
xdp_do_redirect.c
224
goto
out_tc
;
in test_xdp_do_redirect()
241
out_tc
:
in test_xdp_do_redirect()
/kernel/linux/linux-6.6/net/psample/
H
A
D
psample.c
438
ret = nla_put_u16(nl_skb, PSAMPLE_ATTR_OUT_TC, md->
out_tc
);
in psample_sample_packet()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_trap.c
252
md->
out_tc
= rx_md_info->tx_tc;
in mlxsw_sp_psample_md_init()
Completed in 5 milliseconds