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:csk_family
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/
H
A
D
cxgb4i.c
921
cxgb4_insert_tid(lldi->tids, csk, tid, csk->
csk_family
);
in do_act_establish()
1011
if (csk->
csk_family
== AF_INET) {
in csk_act_open_retry_timer()
1072
csk->
csk_family
);
in do_act_open_rpl()
1704
if (csk->
csk_family
== AF_INET6)
in release_offload_resources()
1714
csk->
csk_family
);
in release_offload_resources()
1785
if (csk->
csk_family
== AF_INET)
in init_act_open()
1788
else if (csk->
csk_family
== AF_INET6)
in init_act_open()
1792
pr_err("address family 0x%x not supported\n", csk->
csk_family
);
in init_act_open()
1830
if (csk->
csk_family
== AF_INET6)
in init_act_open()
1845
if (csk->
csk_family
in init_act_open()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/
H
A
D
cxgb4i.c
922
cxgb4_insert_tid(lldi->tids, csk, tid, csk->
csk_family
);
in do_act_establish()
1012
if (csk->
csk_family
== AF_INET) {
in csk_act_open_retry_timer()
1073
csk->
csk_family
);
in do_act_open_rpl()
1705
if (csk->
csk_family
== AF_INET6)
in release_offload_resources()
1715
csk->
csk_family
);
in release_offload_resources()
1786
if (csk->
csk_family
== AF_INET)
in init_act_open()
1789
else if (csk->
csk_family
== AF_INET6)
in init_act_open()
1793
pr_err("address family 0x%x not supported\n", csk->
csk_family
);
in init_act_open()
1831
if (csk->
csk_family
== AF_INET6)
in init_act_open()
1846
if (csk->
csk_family
in init_act_open()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/
H
A
D
libcxgbi.h
147
unsigned int
csk_family
;
member
H
A
D
libcxgbi.c
453
if (csk->
csk_family
== AF_INET)
in sock_get_port()
506
if (csk->
csk_family
== AF_INET)
in sock_put_port()
684
csk->
csk_family
= AF_INET;
in cxgbi_check_route()
808
csk->
csk_family
= AF_INET6;
in cxgbi_check_route6()
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/
H
A
D
libcxgbi.h
146
unsigned int
csk_family
;
member
H
A
D
libcxgbi.c
453
if (csk->
csk_family
== AF_INET)
in sock_get_port()
506
if (csk->
csk_family
== AF_INET)
in sock_put_port()
684
csk->
csk_family
= AF_INET;
in cxgbi_check_route()
808
csk->
csk_family
= AF_INET6;
in cxgbi_check_route6()
Completed in 17 milliseconds