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:GOOD_PACKET_LEN
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/
H
A
D
virtio_net.c
35
#define
GOOD_PACKET_LEN
(ETH_HLEN + VLAN_HLEN + ETH_DATA_LEN)
macro
709
unsigned int buflen = SKB_DATA_ALIGN(
GOOD_PACKET_LEN
+ headroom) +
in receive_small()
720
if (unlikely(len >
GOOD_PACKET_LEN
)) {
in receive_small()
722
dev->name, len,
GOOD_PACKET_LEN
);
in receive_small()
746
buflen = SKB_DATA_ALIGN(
GOOD_PACKET_LEN
+ headroom) +
in receive_small()
1177
int len = vi->hdr_len + VIRTNET_RX_PAD +
GOOD_PACKET_LEN
+ xdp_headroom;
in add_recvbuf_small()
1189
vi->hdr_len +
GOOD_PACKET_LEN
);
in add_recvbuf_small()
2815
(unsigned int)
GOOD_PACKET_LEN
);
in mergeable_min_buf_len()
/kernel/linux/linux-6.6/drivers/net/
H
A
D
virtio_net.c
36
#define
GOOD_PACKET_LEN
(ETH_HLEN + VLAN_HLEN + ETH_DATA_LEN)
macro
1156
buflen = SKB_DATA_ALIGN(
GOOD_PACKET_LEN
+ headroom) +
in receive_small_build_skb()
1193
buflen = SKB_DATA_ALIGN(
GOOD_PACKET_LEN
+ headroom) +
in receive_small_xdp()
1204
buflen = SKB_DATA_ALIGN(
GOOD_PACKET_LEN
+ headroom) +
in receive_small_xdp()
1271
if (unlikely(len >
GOOD_PACKET_LEN
)) {
in receive_small()
1273
dev->name, len,
GOOD_PACKET_LEN
);
in receive_small()
1834
int len = vi->hdr_len + VIRTNET_RX_PAD +
GOOD_PACKET_LEN
+ xdp_headroom;
in add_recvbuf_small()
1845
vi->hdr_len +
GOOD_PACKET_LEN
);
in add_recvbuf_small()
4092
(unsigned int)
GOOD_PACKET_LEN
);
in mergeable_min_buf_len()
Completed in 10 milliseconds