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:MPTCP_SKB_CB
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
fastopen.c
46
MPTCP_SKB_CB
(skb)->map_seq = -skb->len;
in mptcp_fastopen_subflow_synack_set_params()
47
MPTCP_SKB_CB
(skb)->end_seq = 0;
in mptcp_fastopen_subflow_synack_set_params()
48
MPTCP_SKB_CB
(skb)->offset = 0;
in mptcp_fastopen_subflow_synack_set_params()
49
MPTCP_SKB_CB
(skb)->has_rxtstamp = TCP_SKB_CB(skb)->has_rxtstamp;
in mptcp_fastopen_subflow_synack_set_params()
70
WARN_ON_ONCE(
MPTCP_SKB_CB
(skb)->end_seq);
in __mptcp_fastopen_gen_msk_ackseq()
72
MPTCP_SKB_CB
(skb)->map_seq,
MPTCP_SKB_CB
(skb)->map_seq + msk->ack_seq,
in __mptcp_fastopen_gen_msk_ackseq()
73
MPTCP_SKB_CB
(skb)->end_seq,
MPTCP_SKB_CB
(skb)->end_seq + msk->ack_seq);
in __mptcp_fastopen_gen_msk_ackseq()
74
MPTCP_SKB_CB
(sk
in __mptcp_fastopen_gen_msk_ackseq()
[all...]
H
A
D
protocol.c
154
if (
MPTCP_SKB_CB
(from)->offset ||
in mptcp_try_coalesce()
159
MPTCP_SKB_CB
(from)->map_seq,
MPTCP_SKB_CB
(to)->map_seq,
in mptcp_try_coalesce()
160
to->len,
MPTCP_SKB_CB
(from)->end_seq);
in mptcp_try_coalesce()
161
MPTCP_SKB_CB
(to)->end_seq =
MPTCP_SKB_CB
(from)->end_seq;
in mptcp_try_coalesce()
177
if (
MPTCP_SKB_CB
(from)->map_seq !=
MPTCP_SKB_CB
(to)->end_seq)
in mptcp_ooo_try_coalesce()
232
seq =
MPTCP_SKB_CB
(skb)->map_seq;
in mptcp_data_queue_ofo()
233
end_seq =
MPTCP_SKB_CB
(sk
in mptcp_data_queue_ofo()
[all...]
H
A
D
protocol.h
135
#define
MPTCP_SKB_CB
(__skb) ((struct mptcp_skb_cb *)&((__skb)->cb[0]))
macro
/kernel/linux/linux-5.10/net/mptcp/
H
A
D
protocol.c
40
#define
MPTCP_SKB_CB
(__skb) ((struct mptcp_skb_cb *)&((__skb)->cb[0]))
macro
127
if (
MPTCP_SKB_CB
(from)->offset ||
in mptcp_try_coalesce()
132
MPTCP_SKB_CB
(from)->map_seq,
MPTCP_SKB_CB
(to)->map_seq,
in mptcp_try_coalesce()
133
to->len,
MPTCP_SKB_CB
(from)->end_seq);
in mptcp_try_coalesce()
134
MPTCP_SKB_CB
(to)->end_seq =
MPTCP_SKB_CB
(from)->end_seq;
in mptcp_try_coalesce()
144
if (
MPTCP_SKB_CB
(from)->map_seq !=
MPTCP_SKB_CB
(to)->end_seq)
in mptcp_ooo_try_coalesce()
162
seq =
MPTCP_SKB_CB
(sk
in mptcp_data_queue_ofo()
[all...]
Completed in 8 milliseconds