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_bytes
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/
H
A
D
veth.c
43
u64
xdp_bytes
;
member
94
{ "
xdp_bytes
", VETH_RQ_STAT(
xdp_bytes
) },
341
result->
xdp_bytes
= 0;
in veth_stats_rx()
353
bytes = stats->vs.
xdp_bytes
;
in veth_stats_rx()
359
result->
xdp_bytes
+= bytes;
in veth_stats_rx()
379
tot->rx_bytes = rx.
xdp_bytes
;
in veth_get_stats64()
392
tot->tx_bytes += rx.
xdp_bytes
;
in veth_get_stats64()
815
stats->
xdp_bytes
+= frame->len;
in veth_xdp_rcv()
819
stats->
xdp_bytes
in veth_xdp_rcv()
[all...]
/kernel/linux/linux-6.6/drivers/net/
H
A
D
veth.c
45
u64
xdp_bytes
;
member
98
{ "
xdp_bytes
", VETH_RQ_STAT(
xdp_bytes
) },
398
result->
xdp_bytes
= 0;
in veth_stats_rx()
410
bytes = stats->vs.
xdp_bytes
;
in veth_stats_rx()
416
result->
xdp_bytes
+= bytes;
in veth_stats_rx()
434
tot->rx_bytes += rx.
xdp_bytes
;
in veth_get_stats64()
449
tot->tx_bytes += rx.
xdp_bytes
;
in veth_get_stats64()
951
stats->
xdp_bytes
+= xdp_get_frame_len(frame);
in veth_xdp_rcv()
966
stats->
xdp_bytes
in veth_xdp_rcv()
[all...]
Completed in 5 milliseconds