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:IPV6_MAXPLEN
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
output_core.c
100
if (offset >
IPV6_MAXPLEN
)
in ip6_find_1stfragopt()
135
if (len >
IPV6_MAXPLEN
)
in __ip6_local_out()
H
A
D
reassembly.c
125
if ((unsigned int)end >
IPV6_MAXPLEN
) {
in ip6_frag_queue()
272
if (payload_len >
IPV6_MAXPLEN
)
in ip6_frag_reasm()
H
A
D
esp6_offload.c
352
if (len >
IPV6_MAXPLEN
)
in esp6_xmit()
H
A
D
exthdrs.c
945
if (pkt_len <=
IPV6_MAXPLEN
) {
in ipv6_hop_jumbo()
H
A
D
ip6_output.c
1535
maxnonfragsize = sizeof(struct ipv6hdr) +
IPV6_MAXPLEN
;
in __ip6_append_data()
H
A
D
route.c
3079
* Maximal non-jumbo IPv6 payload is
IPV6_MAXPLEN
and
in ip6_default_advmss()
3080
* corresponding MSS is
IPV6_MAXPLEN
- tcp_header_size.
in ip6_default_advmss()
3081
*
IPV6_MAXPLEN
is also valid and means: "any MSS,
in ip6_default_advmss()
3084
if (mtu >
IPV6_MAXPLEN
- sizeof(struct tcphdr))
in ip6_default_advmss()
3085
mtu =
IPV6_MAXPLEN
;
in ip6_default_advmss()
H
A
D
addrconf.c
5653
ci.max_reasm_len =
IPV6_MAXPLEN
;
in inet6_fill_ifla6_attrs()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
output_core.c
94
if (offset >
IPV6_MAXPLEN
)
in ip6_find_1stfragopt()
129
if (len >
IPV6_MAXPLEN
)
in __ip6_local_out()
H
A
D
reassembly.c
129
if ((unsigned int)end >
IPV6_MAXPLEN
) {
in ip6_frag_queue()
278
if (payload_len >
IPV6_MAXPLEN
)
in ip6_frag_reasm()
H
A
D
ip6_offload.c
334
if (unlikely(payload_len >
IPV6_MAXPLEN
)) {
in ipv6_gro_complete()
H
A
D
esp6_offload.c
355
if (len >
IPV6_MAXPLEN
)
in esp6_xmit()
H
A
D
ip6_output.c
296
if (unlikely(seg_len >
IPV6_MAXPLEN
)) {
in ip6_xmit()
1547
maxnonfragsize = sizeof(struct ipv6hdr) +
IPV6_MAXPLEN
;
in __ip6_append_data()
H
A
D
exthdrs.c
986
if (pkt_len <=
IPV6_MAXPLEN
) {
in ipv6_hop_jumbo()
H
A
D
route.c
3195
* Maximal non-jumbo IPv6 payload is
IPV6_MAXPLEN
and
in ip6_default_advmss()
3196
* corresponding MSS is
IPV6_MAXPLEN
- tcp_header_size.
in ip6_default_advmss()
3197
*
IPV6_MAXPLEN
is also valid and means: "any MSS,
in ip6_default_advmss()
3200
if (mtu >
IPV6_MAXPLEN
- sizeof(struct tcphdr))
in ip6_default_advmss()
3201
mtu =
IPV6_MAXPLEN
;
in ip6_default_advmss()
H
A
D
addrconf.c
5742
ci.max_reasm_len =
IPV6_MAXPLEN
;
in inet6_fill_ifla6_attrs()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H
A
D
nf_conntrack_reasm.c
189
if ((unsigned int)end >
IPV6_MAXPLEN
) {
in nf_ct_frag6_queue()
335
if (payload_len >
IPV6_MAXPLEN
) {
in nf_ct_frag6_reasm()
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H
A
D
nf_conntrack_reasm.c
186
if ((unsigned int)end >
IPV6_MAXPLEN
) {
in nf_ct_frag6_queue()
333
if (payload_len >
IPV6_MAXPLEN
) {
in nf_ct_frag6_reasm()
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_netfilter_ipv6.c
75
if (pkt_len <=
IPV6_MAXPLEN
||
in br_nf_check_hbh_len()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
utils.c
256
if (pkt_len <=
IPV6_MAXPLEN
||
in nf_ip6_check_hbh_len()
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_output.c
132
if (offset >
IPV6_MAXPLEN
)
in mip6_rthdr_offset()
/kernel/linux/linux-5.10/include/net/
H
A
D
ipv6.h
26
#define
IPV6_MAXPLEN
65535
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
ipv6.h
28
#define
IPV6_MAXPLEN
65535
macro
Completed in 53 milliseconds