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_packets
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/
H
A
D
veth.c
42
u64
xdp_packets
;
member
93
{ "
xdp_packets
", VETH_RQ_STAT(
xdp_packets
) },
339
result->
xdp_packets
= 0;
in veth_stats_rx()
352
packets = stats->vs.
xdp_packets
;
in veth_stats_rx()
358
result->
xdp_packets
+= packets;
in veth_stats_rx()
380
tot->rx_packets = rx.
xdp_packets
;
in veth_get_stats64()
393
tot->tx_packets += rx.
xdp_packets
;
in veth_get_stats64()
834
rq->stats.vs.
xdp_packets
+= done;
in veth_xdp_rcv()
H
A
D
virtio_net.c
90
u64
xdp_packets
;
member
112
{ "
xdp_packets
", VIRTNET_RQ_STAT(
xdp_packets
) },
767
stats->
xdp_packets
++;
in receive_small()
944
stats->
xdp_packets
++;
in receive_mergeable()
/kernel/linux/linux-6.6/drivers/net/
H
A
D
veth.c
44
u64
xdp_packets
;
member
97
{ "
xdp_packets
", VETH_RQ_STAT(
xdp_packets
) },
396
result->
xdp_packets
= 0;
in veth_stats_rx()
409
packets = stats->vs.
xdp_packets
;
in veth_stats_rx()
415
result->
xdp_packets
+= packets;
in veth_stats_rx()
435
tot->rx_packets += rx.
xdp_packets
;
in veth_get_stats64()
450
tot->tx_packets += rx.
xdp_packets
;
in veth_get_stats64()
986
rq->stats.vs.
xdp_packets
+= done;
in veth_xdp_rcv()
H
A
D
virtio_net.c
97
u64_stats_t
xdp_packets
;
member
120
{ "
xdp_packets
", VIRTNET_RQ_STAT(
xdp_packets
) },
1027
u64_stats_inc(&stats->
xdp_packets
);
in virtnet_xdp_handler()
/kernel/linux/linux-6.6/drivers/net/vmxnet3/
H
A
D
vmxnet3_int.h
297
u64
xdp_packets
; /* Total packets processed by XDP. */
member
H
A
D
vmxnet3_xdp.c
259
rq->stats.
xdp_packets
++;
in vmxnet3_run_xdp()
H
A
D
vmxnet3_ethtool.c
115
xdp_packets
) },
Completed in 32 milliseconds