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:XDP_ACTION_MAX
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
xdp_monitor_user.c
134
#define
XDP_ACTION_MAX
(XDP_UNKNOWN + 1)
macro
135
static const char *xdp_action_names[
XDP_ACTION_MAX
] = {
145
if (action <
XDP_ACTION_MAX
)
in action2str()
177
struct record_u64 xdp_exception[
XDP_ACTION_MAX
];
370
for (rec_i = 0; rec_i <
XDP_ACTION_MAX
; rec_i++) {
in stats_print()
526
for (i = 0; i <
XDP_ACTION_MAX
; i++) {
in stats_collect()
574
for (i = 0; i <
XDP_ACTION_MAX
; i++)
in alloc_stats_record()
594
for (i = 0; i <
XDP_ACTION_MAX
; i++)
in free_stats_record()
H
A
D
xdp_rxq_info_user.c
93
#define
XDP_ACTION_MAX
(XDP_TX + 1)
macro
95
static const char *xdp_action_names[
XDP_ACTION_MAX
] = {
104
if (action <
XDP_ACTION_MAX
)
in action2str()
115
for (i = 0; i <
XDP_ACTION_MAX
; i++) {
in parse_xdp_action()
130
for (i = 0; i <
XDP_ACTION_MAX
; i++)
in list_xdp_actions()
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
xdp_sample_user.c
70
#define
XDP_ACTION_MAX
(XDP_UNKNOWN + 1)
macro
106
struct record exception[
XDP_ACTION_MAX
];
183
static const char *xdp_action_names[
XDP_ACTION_MAX
] = {
207
if (action <
XDP_ACTION_MAX
)
in action2str()
490
for (i = 0; i <
XDP_ACTION_MAX
; i++) {
in alloc_stats_record()
533
for (i = 0; i <
XDP_ACTION_MAX
; i++)
in alloc_stats_record()
561
for (i = 0; i <
XDP_ACTION_MAX
; i++)
in free_stats_record()
912
for (rec_i = 0; rec_i <
XDP_ACTION_MAX
; rec_i++) {
in stats_get_exception_cnt()
1213
sample_map_count[i] =
XDP_ACTION_MAX
* sample_n_cpus;
in sample_setup_maps()
1412
for (i = 0; i <
XDP_ACTION_MAX
;
in sample_stats_collect()
[all...]
Completed in 4 milliseconds