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:newicsk
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
inet_connection_sock.c
1150
struct inet_connection_sock *
newicsk
= inet_csk(newsk);
in inet_csk_clone_lock()
local
1153
newicsk
->icsk_bind_hash = NULL;
in inet_csk_clone_lock()
1154
newicsk
->icsk_bind2_hash = NULL;
in inet_csk_clone_lock()
1169
newicsk
->icsk_retransmits = 0;
in inet_csk_clone_lock()
1170
newicsk
->icsk_backoff = 0;
in inet_csk_clone_lock()
1171
newicsk
->icsk_probes_out = 0;
in inet_csk_clone_lock()
1172
newicsk
->icsk_probes_tstamp = 0;
in inet_csk_clone_lock()
1175
memset(&
newicsk
->icsk_accept_queue, 0, sizeof(
newicsk
->icsk_accept_queue));
in inet_csk_clone_lock()
H
A
D
tcp_minisocks.c
489
struct inet_connection_sock *
newicsk
;
in tcp_create_openreq_child()
local
497
newicsk
= inet_csk(newsk);
in tcp_create_openreq_child()
523
newicsk
->icsk_ack.lrcvtime = tcp_jiffies32;
in tcp_create_openreq_child()
570
newicsk
->icsk_ack.last_seg_size = skb->len - newtp->tcp_header_len;
in tcp_create_openreq_child()
/kernel/linux/linux-5.10/net/dccp/
H
A
D
minisocks.c
91
struct inet_connection_sock *
newicsk
= inet_csk(newsk);
in dccp_create_openreq_child()
local
102
newicsk
->icsk_rto = DCCP_TIMEOUT_INIT;
in dccp_create_openreq_child()
/kernel/linux/linux-6.6/net/dccp/
H
A
D
minisocks.c
92
struct inet_connection_sock *
newicsk
= inet_csk(newsk);
in dccp_create_openreq_child()
local
103
newicsk
->icsk_rto = DCCP_TIMEOUT_INIT;
in dccp_create_openreq_child()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
inet_connection_sock.c
859
struct inet_connection_sock *
newicsk
= inet_csk(newsk);
in inet_csk_clone_lock()
local
863
newicsk
->icsk_bind_hash = NULL;
in inet_csk_clone_lock()
878
newicsk
->icsk_retransmits = 0;
in inet_csk_clone_lock()
879
newicsk
->icsk_backoff = 0;
in inet_csk_clone_lock()
880
newicsk
->icsk_probes_out = 0;
in inet_csk_clone_lock()
881
newicsk
->icsk_probes_tstamp = 0;
in inet_csk_clone_lock()
884
memset(&
newicsk
->icsk_accept_queue, 0, sizeof(
newicsk
->icsk_accept_queue));
in inet_csk_clone_lock()
H
A
D
tcp_minisocks.c
463
struct inet_connection_sock *
newicsk
;
in tcp_create_openreq_child()
local
470
newicsk
= inet_csk(newsk);
in tcp_create_openreq_child()
496
newicsk
->icsk_ack.lrcvtime = tcp_jiffies32;
in tcp_create_openreq_child()
545
newicsk
->icsk_ack.last_seg_size = skb->len - newtp->tcp_header_len;
in tcp_create_openreq_child()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_input.c
1000
struct inet_connection_sock *
newicsk
= inet_csk(newsk);
in tcp_nip_create_openreq_child()
local
1028
newicsk
->icsk_rto = get_nip_rto() == 0 ? TCP_TIMEOUT_INIT : (HZ / get_nip_rto());
in tcp_nip_create_openreq_child()
1029
newicsk
->icsk_ack.lrcvtime = tcp_jiffies32;
in tcp_nip_create_openreq_child()
1087
newicsk
->icsk_ack.last_seg_size = skb->len - newtp->tcp_header_len;
in tcp_nip_create_openreq_child()
Completed in 10 milliseconds