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:orphan_count
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_cm.h
98
#define INC_ORPHAN_COUNT(sk) this_cpu_inc(*(sk)->sk_prot->
orphan_count
)
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_cm.h
98
#define INC_ORPHAN_COUNT(sk) this_cpu_inc(*(sk)->sk_prot->
orphan_count
)
/kernel/linux/linux-5.10/include/net/
H
A
D
inet_connection_sock.h
352
this_cpu_inc(*sk->sk_prot->
orphan_count
);
in inet_csk_prepare_for_destroy_sock()
H
A
D
sock.h
1265
unsigned int __percpu *
orphan_count
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
inet_connection_sock.h
302
this_cpu_inc(*sk->sk_prot->
orphan_count
);
in inet_csk_prepare_for_destroy_sock()
H
A
D
sock.h
1352
unsigned int __percpu *
orphan_count
;
member
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
inet_connection_sock.c
919
this_cpu_dec(*sk->sk_prot->
orphan_count
);
in inet_csk_destroy_sock()
993
this_cpu_inc(*sk->sk_prot->
orphan_count
);
in inet_child_forget()
H
A
D
inet_hashtables.c
605
this_cpu_inc(*sk->sk_prot->
orphan_count
);
in inet_ehash_nolisten()
H
A
D
tcp_ipv4.c
2829
.
orphan_count
= &tcp_orphan_count,
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
inet_connection_sock.c
1208
this_cpu_dec(*sk->sk_prot->
orphan_count
);
in inet_csk_destroy_sock()
1282
this_cpu_inc(*sk->sk_prot->
orphan_count
);
in inet_child_forget()
H
A
D
inet_hashtables.c
701
this_cpu_inc(*sk->sk_prot->
orphan_count
);
in inet_ehash_nolisten()
H
A
D
tcp_ipv4.c
3138
.
orphan_count
= &tcp_orphan_count,
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip.c
559
this_cpu_dec(*sk->sk_prot->
orphan_count
);
in tcp_nip_close()
2137
this_cpu_dec(*sk->sk_prot->
orphan_count
);
in tcp_nip_done()
2279
.
orphan_count
= &tcp_orphan_count,
/kernel/linux/linux-5.10/net/dccp/
H
A
D
ipv4.c
959
.
orphan_count
= &dccp_orphan_count,
H
A
D
ipv6.c
1042
.
orphan_count
= &dccp_orphan_count,
/kernel/linux/linux-6.6/net/dccp/
H
A
D
ipv4.c
975
.
orphan_count
= &dccp_orphan_count,
H
A
D
ipv6.c
1056
.
orphan_count
= &dccp_orphan_count,
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
tcp_ipv6.c
2156
.
orphan_count
= &tcp_orphan_count,
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
tcp_ipv6.c
2177
.
orphan_count
= &tcp_orphan_count,
Completed in 39 milliseconds