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:defer_connect
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
inet_diag.h
200
defer_connect
:1,
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
inet_diag.h
200
defer_connect
:1,
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
inet_diag.h
153
__u8 bind_address_no_port : 1, recverr_rfc4884 : 1,
defer_connect
: 1, unused : 5;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
inet_diag.h
153
__u8 bind_address_no_port : 1, recverr_rfc4884 : 1,
defer_connect
: 1, unused : 5;
member
/kernel/linux/linux-5.10/include/net/
H
A
D
inet_sock.h
242
defer_connect
:1; /* Indicates that fastopen_connect is set
member
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_fastopen.c
470
inet_sk(sk)->
defer_connect
= 1;
in tcp_fastopen_defer_connect()
H
A
D
inet_diag.c
195
inet_sockopt.
defer_connect
= inet->
defer_connect
;
in inet_diag_msg_attrs_fill()
H
A
D
tcp.c
605
} else if (state == TCP_SYN_SENT && inet_sk(sk)->
defer_connect
) {
in tcp_poll()
606
/* Active TCP fastopen socket with
defer_connect
in tcp_poll()
1184
if (inet->
defer_connect
) {
in tcp_sendmsg_fastopen()
1202
inet->
defer_connect
= 0;
in tcp_sendmsg_fastopen()
1234
if (unlikely(flags & MSG_FASTOPEN || inet_sk(sk)->
defer_connect
) &&
in tcp_sendmsg_locked()
2925
inet->
defer_connect
= 0;
in tcp_disconnect()
H
A
D
af_inet.c
657
if (inet_sk(sk)->
defer_connect
)
in __inet_stream_connect()
680
if (!err && inet_sk(sk)->
defer_connect
)
in __inet_stream_connect()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
inet_diag.c
195
inet_sockopt.
defer_connect
= inet_test_bit(DEFER_CONNECT, sk);
in inet_diag_msg_attrs_fill()
Completed in 16 milliseconds