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:SMC_LISTEN
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
af_smc.c
150
if (sk->sk_state !=
SMC_LISTEN
&&
in __smc_release()
153
if (sk->sk_state ==
SMC_LISTEN
) {
in __smc_release()
200
if (sk->sk_state ==
SMC_LISTEN
)
in smc_release()
1314
if (lsmc->sk.sk_state ==
SMC_LISTEN
) {
in smc_listen_out()
1709
if (new_smc->listen_smc->sk.sk_state !=
SMC_LISTEN
)
in smc_listen_work()
1819
while (lsk->sk_state ==
SMC_LISTEN
) {
in smc_tcp_listen_work()
1853
if (lsmc->sk.sk_state ==
SMC_LISTEN
) {
in smc_clcsock_data_ready()
1870
if ((sk->sk_state != SMC_INIT && sk->sk_state !=
SMC_LISTEN
) ||
in smc_listen()
1875
if (sk->sk_state ==
SMC_LISTEN
) {
in smc_listen()
1900
sk->sk_state =
SMC_LISTEN
;
in smc_listen()
[all...]
H
A
D
smc.h
46
SMC_LISTEN
= 10,
enumerator
H
A
D
smc_close.c
211
case
SMC_LISTEN
:
in smc_close_active()
H
A
D
smc_rx.c
299
if (sk->sk_state ==
SMC_LISTEN
)
in smc_rx_recvmsg()
/kernel/linux/linux-6.6/net/smc/
H
A
D
af_smc.c
282
if (sk->sk_state !=
SMC_LISTEN
&&
in __smc_release()
285
if (sk->sk_state ==
SMC_LISTEN
) {
in __smc_release()
332
if (sk->sk_state ==
SMC_LISTEN
)
in smc_release()
1916
if (lsmc->sk.sk_state ==
SMC_LISTEN
) {
in smc_listen_out()
2412
if (new_smc->listen_smc->sk.sk_state !=
SMC_LISTEN
)
in smc_listen_work()
2544
while (lsk->sk_state ==
SMC_LISTEN
) {
in smc_tcp_listen_work()
2579
if (lsmc->sk.sk_state ==
SMC_LISTEN
) {
in smc_clcsock_data_ready()
2598
if ((sk->sk_state != SMC_INIT && sk->sk_state !=
SMC_LISTEN
) ||
in smc_listen()
2603
if (sk->sk_state ==
SMC_LISTEN
) {
in smc_listen()
2646
sk->sk_state =
SMC_LISTEN
;
in smc_listen()
[all...]
H
A
D
smc.h
48
SMC_LISTEN
= 10,
enumerator
H
A
D
smc_close.c
214
case
SMC_LISTEN
:
in smc_close_active()
H
A
D
smc_rx.c
364
if (sk->sk_state ==
SMC_LISTEN
)
in smc_rx_recvmsg()
Completed in 11 milliseconds