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:KSMBD_TRANS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
transport_tcp.c
45
#define
KSMBD_TRANS
(t) (&(t)->transport)
macro
90
conn->transport =
KSMBD_TRANS
(t);
in alloc_transport()
91
KSMBD_TRANS
(t)->conn = conn;
in alloc_transport()
92
KSMBD_TRANS
(t)->ops = &ksmbd_tcp_transport_ops;
in alloc_transport()
102
ksmbd_conn_free(
KSMBD_TRANS
(t)->conn);
in free_transport()
196
csin = KSMBD_TCP_PEER_SOCKADDR(
KSMBD_TRANS
(t)->conn);
in ksmbd_tcp_new_connection()
204
KSMBD_TRANS
(t)->conn,
in ksmbd_tcp_new_connection()
313
struct ksmbd_conn *conn =
KSMBD_TRANS
(t)->conn;
in ksmbd_tcp_readv()
H
A
D
transport_rdma.c
160
#define
KSMBD_TRANS
(t) ((struct ksmbd_transport *)&((t)->transport))
macro
403
conn->transport =
KSMBD_TRANS
(t);
in alloc_transport()
404
KSMBD_TRANS
(t)->conn = conn;
in alloc_transport()
405
KSMBD_TRANS
(t)->ops = &ksmbd_smb_direct_transport_ops;
in alloc_transport()
456
ksmbd_conn_free(
KSMBD_TRANS
(t)->conn);
in free_transport()
2061
KSMBD_TRANS
(t)->conn, "ksmbd:r%u",
in smb_direct_handle_connect_request()
Completed in 5 milliseconds