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:gro_max_size
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
big_tcp.sh
43
gro_max_size
$MAX_SIZE gso_max_size $MAX_SIZE
57
gro_max_size
$MAX_SIZE gso_max_size $MAX_SIZE
59
gro_max_size
$MAX_SIZE gso_max_size $MAX_SIZE
77
gro_max_size
$MAX_SIZE gso_max_size $MAX_SIZE
/kernel/linux/linux-6.6/net/core/
H
A
D
gro.c
103
unsigned int
gro_max_size
;
in skb_gro_receive()
local
118
gro_max_size
= p->protocol == htons(ETH_P_IPV6) ?
in skb_gro_receive()
119
READ_ONCE(p->dev->
gro_max_size
) :
in skb_gro_receive()
122
if (unlikely(p->len + len >=
gro_max_size
|| NAPI_GRO_CB(skb)->flush))
in skb_gro_receive()
H
A
D
dev.h
125
WRITE_ONCE(dev->
gro_max_size
, size);
in netif_set_gro_max_size()
H
A
D
rtnetlink.c
1819
nla_put_u32(skb, IFLA_GRO_MAX_SIZE, dev->
gro_max_size
) ||
in rtnl_fill_ifinfo()
2422
NL_SET_ERR_MSG(extack, "too big
gro_max_size
");
in validate_linkmsg()
2921
u32
gro_max_size
= nla_get_u32(tb[IFLA_GRO_MAX_SIZE]);
in do_setlink()
local
2923
if (dev->
gro_max_size
^
gro_max_size
) {
in do_setlink()
2924
netif_set_gro_max_size(dev,
gro_max_size
);
in do_setlink()
2939
u32
gro_max_size
= nla_get_u32(tb[IFLA_GRO_IPV4_MAX_SIZE]);
in do_setlink()
local
2941
if (dev->gro_ipv4_max_size ^
gro_max_size
) {
in do_setlink()
2942
netif_set_gro_ipv4_max_size(dev,
gro_max_size
);
in do_setlink()
H
A
D
dev.c
10799
dev->
gro_max_size
= GRO_LEGACY_MAX_SIZE;
in alloc_netdev_mqs()
/kernel/linux/linux-6.6/include/linux/
H
A
D
netdevice.h
2044
* @
gro_max_size
: Maximum size of aggregated packet in generic
2253
unsigned int
gro_max_size
;
member
Completed in 30 milliseconds