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:in_mss
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_input.c
869
u16
in_mss
= get_unaligned_be16(ptr);
in tcp_nip_parse_mss()
local
871
nip_dbg("
in_mss
%d",
in_mss
);
in tcp_nip_parse_mss()
873
if (
in_mss
) {
in tcp_nip_parse_mss()
875
opt_rx->user_mss <
in_mss
)
in tcp_nip_parse_mss()
876
in_mss
= opt_rx->user_mss;
in tcp_nip_parse_mss()
877
opt_rx->mss_clamp =
in_mss
;
in tcp_nip_parse_mss()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_input.c
4009
u16
in_mss
= get_unaligned_be16(ptr);
in tcp_parse_mss_option()
local
4011
if (
in_mss
) {
in tcp_parse_mss_option()
4012
if (user_mss && user_mss <
in_mss
)
in tcp_parse_mss_option()
4013
in_mss
= user_mss;
in tcp_parse_mss_option()
4014
mss =
in_mss
;
in tcp_parse_mss_option()
4062
u16
in_mss
= get_unaligned_be16(ptr);
in tcp_parse_options()
local
4063
if (
in_mss
) {
in tcp_parse_options()
4065
opt_rx->user_mss <
in_mss
)
in tcp_parse_options()
4066
in_mss
= opt_rx->user_mss;
in tcp_parse_options()
4067
opt_rx->mss_clamp =
in_mss
;
in tcp_parse_options()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_input.c
4043
u16
in_mss
= get_unaligned_be16(ptr);
in tcp_parse_mss_option()
local
4045
if (
in_mss
) {
in tcp_parse_mss_option()
4046
if (user_mss && user_mss <
in_mss
)
in tcp_parse_mss_option()
4047
in_mss
= user_mss;
in tcp_parse_mss_option()
4048
mss =
in_mss
;
in tcp_parse_mss_option()
4097
u16
in_mss
= get_unaligned_be16(ptr);
in tcp_parse_options()
local
4098
if (
in_mss
) {
in tcp_parse_options()
4100
opt_rx->user_mss <
in_mss
)
in tcp_parse_options()
4101
in_mss
= opt_rx->user_mss;
in tcp_parse_options()
4102
opt_rx->mss_clamp =
in_mss
;
in tcp_parse_options()
[all...]
Completed in 18 milliseconds