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:sk_is_mptcp
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
mptcp.h
63
static inline bool
sk_is_mptcp
(const struct sock *sk)
in sk_is_mptcp()
function
143
static inline bool
sk_is_mptcp
(const struct sock *sk)
in sk_is_mptcp()
function
H
A
D
tcp.h
679
if (
sk_is_mptcp
((struct sock *)tp))
in __tcp_fast_path_on()
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
bpf.c
17
if (sk && sk_fullsock(sk) && sk->sk_protocol == IPPROTO_TCP &&
sk_is_mptcp
(sk))
in bpf_mptcp_sock_from_subflow()
H
A
D
protocol.c
3341
pr_debug("newsk=%p, subflow is mptcp=%d", newsk,
sk_is_mptcp
(newsk));
in mptcp_accept()
3342
if (
sk_is_mptcp
(newsk)) {
in mptcp_accept()
H
A
D
subflow.c
1810
if (!
sk_is_mptcp
(ssk))
in mptcp_subflow_queue_clean()
/kernel/linux/linux-6.6/include/net/
H
A
D
mptcp.h
123
static inline bool
sk_is_mptcp
(const struct sock *sk)
in sk_is_mptcp()
function
229
static inline bool
sk_is_mptcp
(const struct sock *sk)
in sk_is_mptcp()
function
H
A
D
tcp.h
702
if (
sk_is_mptcp
((struct sock *)tp))
in __tcp_fast_path_on()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
syncookies.c
287
if (
sk_is_mptcp
(sk))
in cookie_tcp_reqsk_alloc()
302
treq->is_mptcp =
sk_is_mptcp
(sk);
in cookie_tcp_reqsk_alloc()
H
A
D
tcp_output.c
824
if (
sk_is_mptcp
(sk)) {
in tcp_syn_options()
947
if (
sk_is_mptcp
(sk)) {
in tcp_established_options()
2968
if (
sk_is_mptcp
(sk))
in __tcp_select_window()
H
A
D
tcp_input.c
5007
if (
sk_is_mptcp
(sk))
in tcp_data_queue()
6607
if (
sk_is_mptcp
(sk))
in tcp_rcv_state_process()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
syncookies.c
285
if (
sk_is_mptcp
(sk))
in cookie_tcp_reqsk_alloc()
300
treq->is_mptcp =
sk_is_mptcp
(sk);
in cookie_tcp_reqsk_alloc()
H
A
D
tcp_output.c
834
if (
sk_is_mptcp
(sk)) {
in tcp_syn_options()
957
if (
sk_is_mptcp
(sk)) {
in tcp_established_options()
3032
if (
sk_is_mptcp
(sk))
in __tcp_select_window()
H
A
D
tcp_input.c
4352
if (
sk_is_mptcp
(sk))
in tcp_reset()
5052
if (
sk_is_mptcp
(sk) && !mptcp_incoming_options(sk, skb)) {
in tcp_data_queue()
6713
if (
sk_is_mptcp
(sk) && !mptcp_incoming_options(sk, skb))
in tcp_rcv_state_process()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
tcp_ipv6.c
242
if (
sk_is_mptcp
(sk))
in tcp_v6_connect()
255
if (
sk_is_mptcp
(sk))
in tcp_v6_connect()
1261
if (
sk_is_mptcp
(newsk))
in tcp_v6_syn_recv_sock()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
tcp_ipv6.c
239
if (
sk_is_mptcp
(sk))
in tcp_v6_connect()
252
if (
sk_is_mptcp
(sk))
in tcp_v6_connect()
1235
if (
sk_is_mptcp
(newsk))
in tcp_v6_syn_recv_sock()
/kernel/linux/linux-5.10/net/mptcp/
H
A
D
protocol.c
2138
pr_debug("msk=%p, subflow is mptcp=%d", msk,
sk_is_mptcp
(newsk));
in mptcp_accept()
2139
if (
sk_is_mptcp
(newsk)) {
in mptcp_accept()
Completed in 58 milliseconds