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_unhashed
(Results
1 - 25
of
31
) sorted by relevance
1
2
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
ninet_hashtables.c
202
WARN_ON(!
sk_unhashed
(sk));
in __ninet_hash()
251
if (
sk_unhashed
(sk))
in __ninet_unhash()
269
if (
sk_unhashed
(sk))
in ninet_unhash()
483
WARN_ON(!
sk_unhashed
(sk));
in __ninet_check_established()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
inet_hashtables.c
491
WARN_ON(!
sk_unhashed
(sk));
in __inet_check_established()
573
WARN_ON_ONCE(!
sk_unhashed
(sk));
in inet_ehash_insert()
649
WARN_ON(!
sk_unhashed
(sk));
in __inet_hash()
687
if (
sk_unhashed
(sk))
in __inet_unhash()
706
if (
sk_unhashed
(sk))
in inet_unhash()
842
if (
sk_unhashed
(sk)) {
in __inet_hash_connect()
H
A
D
inet_connection_sock.c
906
WARN_ON(!
sk_unhashed
(sk));
in inet_csk_destroy_sock()
H
A
D
ping.c
128
if (
sk_unhashed
(sk)) {
in ping_get_port()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
inet_hashtables.c
587
WARN_ON(!
sk_unhashed
(sk));
in __inet_check_established()
669
WARN_ON_ONCE(!
sk_unhashed
(sk));
in inet_ehash_insert()
745
WARN_ON(!
sk_unhashed
(sk));
in __inet_hash()
783
if (
sk_unhashed
(sk))
in inet_unhash()
794
if (
sk_unhashed
(sk)) {
in inet_unhash()
809
if (
sk_unhashed
(sk)) {
in inet_unhash()
1118
if (
sk_unhashed
(sk)) {
in __inet_hash_connect()
H
A
D
inet_connection_sock.c
1197
WARN_ON(!
sk_unhashed
(sk));
in inet_csk_destroy_sock()
H
A
D
ping.c
128
if (
sk_unhashed
(sk)) {
in ping_get_port()
/kernel/linux/linux-6.6/net/l2tp/
H
A
D
l2tp_ip.c
201
if (
sk_unhashed
(sk)) {
in l2tp_ip_hash()
211
if (
sk_unhashed
(sk))
in l2tp_ip_unhash()
H
A
D
l2tp_ip6.c
211
if (
sk_unhashed
(sk)) {
in l2tp_ip6_hash()
221
if (
sk_unhashed
(sk))
in l2tp_ip6_unhash()
/kernel/linux/linux-5.10/net/l2tp/
H
A
D
l2tp_ip6.c
212
if (
sk_unhashed
(sk)) {
in l2tp_ip6_hash()
222
if (
sk_unhashed
(sk))
in l2tp_ip6_unhash()
H
A
D
l2tp_ip.c
199
if (
sk_unhashed
(sk)) {
in l2tp_ip_hash()
209
if (
sk_unhashed
(sk))
in l2tp_ip_unhash()
/kernel/linux/linux-6.6/net/core/
H
A
D
sock_reuseport.c
689
if (
sk_unhashed
(sk)) {
in reuseport_attach_prog()
734
if (
sk_unhashed
(sk) && reuse->num_closed_socks) {
in reuseport_detach_prog()
/kernel/linux/linux-5.10/net/core/
H
A
D
sock_reuseport.c
332
if (
sk_unhashed
(sk) && sk->sk_reuseport) {
in reuseport_attach_prog()
/kernel/linux/linux-5.10/net/mptcp/
H
A
D
token.c
377
if (
sk_unhashed
((struct sock *)msk))
in mptcp_token_destroy()
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
token.c
381
if (
sk_unhashed
((struct sock *)msk))
in mptcp_token_destroy()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
inet6_hashtables.c
289
WARN_ON(!
sk_unhashed
(sk));
in __inet6_check_established()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
inet6_hashtables.c
307
WARN_ON(!
sk_unhashed
(sk));
in __inet6_check_established()
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
af_rxrpc.c
838
WARN_ON(!
sk_unhashed
(sk));
in rxrpc_sock_destructor()
/kernel/linux/linux-5.10/net/caif/
H
A
D
caif_socket.c
1016
caif_assert(
sk_unhashed
(sk));
in caif_sock_destructor()
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
af_rxrpc.c
857
WARN_ON(!
sk_unhashed
(sk));
in rxrpc_sock_destructor()
/kernel/linux/linux-6.6/net/caif/
H
A
D
caif_socket.c
1005
caif_assert(
sk_unhashed
(sk));
in caif_sock_destructor()
/kernel/linux/linux-5.10/include/net/
H
A
D
sock.h
685
static inline bool
sk_unhashed
(const struct sock *sk)
in sk_unhashed()
function
692
return !
sk_unhashed
(sk);
in sk_hashed()
/kernel/linux/linux-6.6/net/unix/
H
A
D
af_unix.c
322
DEBUG_NET_WARN_ON_ONCE(!
sk_unhashed
(sk));
in __unix_insert_socket()
584
DEBUG_NET_WARN_ON_ONCE(!
sk_unhashed
(sk));
in unix_sock_destructor()
3469
if (unlikely(
sk_unhashed
(sk))) {
in bpf_iter_unix_seq_show()
/kernel/linux/linux-5.10/net/unix/
H
A
D
af_unix.c
261
WARN_ON(!
sk_unhashed
(sk));
in __unix_insert_socket()
499
WARN_ON(!
sk_unhashed
(sk));
in unix_sock_destructor()
/kernel/linux/linux-6.6/include/net/
H
A
D
sock.h
738
static inline bool
sk_unhashed
(const struct sock *sk)
in sk_unhashed()
function
745
return !
sk_unhashed
(sk);
in sk_hashed()
Completed in 39 milliseconds
1
2