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:TCPOPT_MSS
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
xt_tcpmss.c
54
if (op[i] ==
TCPOPT_MSS
in tcpmss_mt()
H
A
D
xt_TCPMSS.c
118
if (opt[i] ==
TCPOPT_MSS
&& opt[i+1] == TCPOLEN_MSS) {
in tcpmss_mangle_packet()
181
opt[0] =
TCPOPT_MSS
;
in tcpmss_mangle_packet()
H
A
D
nf_synproxy_core.c
62
case
TCPOPT_MSS
:
in synproxy_parse_options()
121
*ptr++ = htonl((
TCPOPT_MSS
<< 24) |
in synproxy_build_options()
H
A
D
nft_exthdr.c
277
case
TCPOPT_MSS
:
in nft_exthdr_tcp_set_eval()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
parse_tcp_hdr_opt.c
22
TCPOPT_MSS
, 4, 0x05, 0xB4, TCPOPT_NOP, TCPOPT_NOP,
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
xt_tcpmss.c
54
if (op[i] ==
TCPOPT_MSS
in tcpmss_mt()
H
A
D
xt_TCPMSS.c
118
if (opt[i] ==
TCPOPT_MSS
&& opt[i+1] == TCPOLEN_MSS) {
in tcpmss_mangle_packet()
181
opt[0] =
TCPOPT_MSS
;
in tcpmss_mangle_packet()
H
A
D
nf_synproxy_core.c
62
case
TCPOPT_MSS
:
in synproxy_parse_options()
121
*ptr++ = htonl((
TCPOPT_MSS
<< 24) |
in synproxy_build_options()
H
A
D
nft_exthdr.c
277
case
TCPOPT_MSS
:
in nft_exthdr_tcp_set_eval()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_tcp_hdr_options.h
53
#define
TCPOPT_MSS
2
macro
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
xdp_synproxy_kern.c
29
#define
TCPOPT_MSS
2
macro
485
*buf++ = bpf_htonl((
TCPOPT_MSS
<< 24) | (TCPOLEN_MSS << 16) | mss);
in tcp_mkoptions()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_output.c
456
*ptr++ = htonl((
TCPOPT_MSS
<< TCP_OPT_MSS_PAYLOAD) |
in tcp_nip_options_write()
H
A
D
tcp_nip_input.c
921
case
TCPOPT_MSS
:
in tcp_nip_parse_options()
/kernel/linux/linux-5.10/include/net/
H
A
D
tcp.h
188
#define
TCPOPT_MSS
2 /* Segment size negotiating */
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
tcp.h
184
#define
TCPOPT_MSS
2 /* Segment size negotiating */
macro
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_cake.c
1135
case
TCPOPT_MSS
: /* these should only be set on SYN */
in cake_tcph_may_drop()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_cake.c
1136
case
TCPOPT_MSS
: /* these should only be set on SYN */
in cake_tcph_may_drop()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_output.c
621
*ptr++ = htonl((
TCPOPT_MSS
<< 24) |
in tcp_options_write()
H
A
D
tcp.c
2994
case
TCPOPT_MSS
:
in tcp_repair_options_est()
H
A
D
tcp_input.c
4008
if (opcode ==
TCPOPT_MSS
&& opsize == TCPOLEN_MSS) {
in tcp_parse_mss_option()
4060
case
TCPOPT_MSS
:
in tcp_parse_options()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_output.c
631
*ptr++ = htonl((
TCPOPT_MSS
<< 24) |
in tcp_options_write()
H
A
D
tcp_input.c
4042
if (opcode ==
TCPOPT_MSS
&& opsize == TCPOLEN_MSS) {
in tcp_parse_mss_option()
4095
case
TCPOPT_MSS
:
in tcp_parse_options()
H
A
D
tcp.c
3165
case
TCPOPT_MSS
:
in tcp_repair_options_est()
Completed in 64 milliseconds