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:sock_hlen
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/
H
A
D
net.c
110
size_t
sock_hlen
;
member
313
n->vqs[i].
sock_hlen
= 0;
in vhost_net_vq_reset()
706
int pad = SKB_DATA_ALIGN(VHOST_NET_RX_PAD + headroom + nvq->
sock_hlen
);
in vhost_net_build_xdp()
707
int
sock_hlen
= nvq->
sock_hlen
;
in vhost_net_build_xdp()
local
711
if (unlikely(len < nvq->
sock_hlen
))
in vhost_net_build_xdp()
728
sock_hlen
, from);
in vhost_net_build_xdp()
729
if (copied !=
sock_hlen
)
in vhost_net_build_xdp()
747
len -=
sock_hlen
;
in vhost_net_build_xdp()
1126
size_t vhost_hlen,
sock_hlen
;
in handle_rx()
local
1630
size_t vhost_hlen,
sock_hlen
, hdr_len;
vhost_net_set_features()
local
[all...]
/kernel/linux/linux-6.6/drivers/vhost/
H
A
D
net.c
111
size_t
sock_hlen
;
member
314
n->vqs[i].
sock_hlen
= 0;
in vhost_net_vq_reset()
709
int pad = SKB_DATA_ALIGN(VHOST_NET_RX_PAD + headroom + nvq->
sock_hlen
);
in vhost_net_build_xdp()
710
int
sock_hlen
= nvq->
sock_hlen
;
in vhost_net_build_xdp()
local
714
if (unlikely(len < nvq->
sock_hlen
))
in vhost_net_build_xdp()
731
sock_hlen
, from);
in vhost_net_build_xdp()
732
if (copied !=
sock_hlen
)
in vhost_net_build_xdp()
750
len -=
sock_hlen
;
in vhost_net_build_xdp()
1135
size_t vhost_hlen,
sock_hlen
;
in handle_rx()
local
1634
size_t vhost_hlen,
sock_hlen
, hdr_len;
vhost_net_set_features()
local
[all...]
Completed in 5 milliseconds