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_proto6
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc.h
36
extern struct proto
smc_proto6
;
H
A
D
af_smc.c
119
struct proto
smc_proto6
= {
variable
129
EXPORT_SYMBOL_GPL(
smc_proto6
);
variable
242
prot = (protocol == SMCPROTO_SMC6) ? &
smc_proto6
: &smc_proto;
in smc_sock_alloc()
2567
rc = proto_register(&
smc_proto6
, 1);
in smc_init()
2593
proto_unregister(&
smc_proto6
);
in smc_init()
2618
proto_unregister(&
smc_proto6
);
in smc_exit()
H
A
D
smc_diag.c
244
smc_diag_dump_proto(&
smc_proto6
, skb, cb, SMCPROTO_SMC6);
in smc_diag_dump()
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc.h
38
extern struct proto
smc_proto6
;
H
A
D
af_smc.c
234
struct proto
smc_proto6
= {
variable
245
EXPORT_SYMBOL_GPL(
smc_proto6
);
variable
372
prot = (protocol == SMCPROTO_SMC6) ? &
smc_proto6
: &smc_proto;
in smc_sock_alloc()
3517
rc = proto_register(&
smc_proto6
, 1);
in smc_init()
3551
proto_unregister(&
smc_proto6
);
in smc_init()
3588
proto_unregister(&
smc_proto6
);
in smc_exit()
H
A
D
smc_diag.c
231
smc_diag_dump_proto(&
smc_proto6
, skb, cb, SMCPROTO_SMC6);
in smc_diag_dump()
Completed in 10 milliseconds