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:MAX_PAYLOAD
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
H
A
D
sba_def.h
14
#define
MAX_PAYLOAD
1562
macro
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/
H
A
D
sba_def.h
14
#define
MAX_PAYLOAD
1562
macro
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
ipsec.c
48
#define
MAX_PAYLOAD
2048
macro
276
char attrbuf[
MAX_PAYLOAD
];
in veth_add()
326
char attrbuf[
MAX_PAYLOAD
];
in ip4_addr_set()
366
char attrbuf[
MAX_PAYLOAD
];
in link_set_up()
393
char attrbuf[
MAX_PAYLOAD
];
in ip4_route_set()
933
char attrbuf[
MAX_PAYLOAD
];
in xfrm_state_add()
1021
char attrbuf[
MAX_PAYLOAD
];
in xfrm_state_check()
1029
char attrbuf[
MAX_PAYLOAD
];
in xfrm_state_check()
1115
char attrbuf[
MAX_PAYLOAD
];
in xfrm_policy_add()
1190
char attrbuf[
MAX_PAYLOAD
];
in xfrm_policy_del()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
ipsec.c
47
#define
MAX_PAYLOAD
2048
macro
314
char attrbuf[
MAX_PAYLOAD
];
in veth_add()
364
char attrbuf[
MAX_PAYLOAD
];
in ip4_addr_set()
404
char attrbuf[
MAX_PAYLOAD
];
in link_set_up()
431
char attrbuf[
MAX_PAYLOAD
];
in ip4_route_set()
921
char attrbuf[
MAX_PAYLOAD
];
in xfrm_state_add()
1009
char attrbuf[
MAX_PAYLOAD
];
in xfrm_state_check()
1017
char attrbuf[
MAX_PAYLOAD
];
in xfrm_state_check()
1103
char attrbuf[
MAX_PAYLOAD
];
in xfrm_policy_add()
1178
char attrbuf[
MAX_PAYLOAD
];
in xfrm_policy_del()
[all...]
H
A
D
gro.c
71
#define
MAX_PAYLOAD
(IP_MAXPACKET - sizeof(struct tcphdr) - sizeof(struct ipv6hdr))
macro
72
#define NUM_LARGE_PKT (
MAX_PAYLOAD
/ MSS)
889
*
MAX_PAYLOAD
is defined with the larger header of the two.
in gro_sender()
892
int remainder = (
MAX_PAYLOAD
+ offset) % MSS;
in gro_sender()
1004
int remainder = (
MAX_PAYLOAD
+ offset) % MSS;
in gro_receiver()
1006
correct_payload[0] = (
MAX_PAYLOAD
+ offset);
in gro_receiver()
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H
A
D
ess.c
427
if (payload >
MAX_PAYLOAD
|| overhead > 5000) {
in process_bw_alloc()
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H
A
D
ess.c
426
if (payload >
MAX_PAYLOAD
|| overhead > 5000) {
in process_bw_alloc()
Completed in 9 milliseconds