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:n_lost
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/
H
A
D
datapath.h
35
* @
n_lost
: Number of received packets that had no matching flow in the flow
47
u64
n_lost
;
member
115
* then no packet is sent and the packet is accounted in the datapath's @
n_lost
H
A
D
datapath.c
303
stats->
n_lost
++;
in ovs_dp_upcall()
694
stats->n_hit = stats->n_missed = stats->
n_lost
= 0;
in get_dp_stats()
710
stats->
n_lost
+= local_stats.
n_lost
;
in get_dp_stats()
/kernel/linux/linux-6.6/net/openvswitch/
H
A
D
datapath.h
35
* @
n_lost
: Number of received packets that had no matching flow in the flow
47
u64
n_lost
;
member
133
* then no packet is sent and the packet is accounted in the datapath's @
n_lost
H
A
D
datapath.c
341
stats->
n_lost
++;
in ovs_dp_upcall()
733
stats->n_hit = stats->n_missed = stats->
n_lost
= 0;
in get_dp_stats()
749
stats->
n_lost
+= local_stats.
n_lost
;
in get_dp_stats()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
openvswitch.h
98
__u64
n_lost
; /* Number of misses not sent to userspace. */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
openvswitch.h
106
__u64
n_lost
; /* Number of misses not sent to userspace. */
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
openvswitch.h
52
__u64
n_lost
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
openvswitch.h
52
__u64
n_lost
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
openvswitch.h
38
__u64
n_lost
;
member
Completed in 23 milliseconds