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:resvport
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H
A
D
svc_rdma_backchannel.c
259
xprt->
resvport
= 0;
in xprt_setup_rdma_bc()
H
A
D
transport.c
338
xprt->
resvport
= 0; /* privileged port not needed */
in xprt_setup_rdma()
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H
A
D
svc_rdma_backchannel.c
265
xprt->
resvport
= 0;
in xprt_setup_rdma_bc()
H
A
D
transport.c
330
xprt->
resvport
= 0; /* privileged port not needed */
in xprt_setup_rdma()
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
clnt.c
589
xprt->
resvport
= 1;
in rpc_create()
591
xprt->
resvport
= 0;
in rpc_create()
2866
unsigned char
resvport
, reuseport;
in rpc_clnt_add_xprt()
local
2877
resvport
= xprt->
resvport
;
in rpc_clnt_add_xprt()
2888
xprt->
resvport
=
resvport
;
in rpc_clnt_add_xprt()
H
A
D
xprtsock.c
1671
if (port == 0 && transport->xprt.
resvport
)
in xs_get_srcport()
1687
if (!transport->xprt.
resvport
)
in xs_next_srcport()
1702
* transport->xprt.
resvport
== 0), don't bind. Let the local
in xs_bind()
1712
* transport->xprt.
resvport
== 1) xs_get_srcport above will
in xs_bind()
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
clnt.c
608
xprt->
resvport
= 1;
in rpc_create()
610
xprt->
resvport
= 0;
in rpc_create()
3061
unsigned char
resvport
, reuseport;
in rpc_clnt_add_xprt()
local
3072
resvport
= xprt->
resvport
;
in rpc_clnt_add_xprt()
3087
xprt->
resvport
=
resvport
;
in rpc_clnt_add_xprt()
H
A
D
xprtsock.c
1734
if (port == 0 && transport->xprt.
resvport
)
in xs_get_srcport()
1773
if (!transport->xprt.
resvport
)
in xs_next_srcport()
1788
* transport->xprt.
resvport
== 0), don't bind. Let the local
in xs_bind()
1798
* transport->xprt.
resvport
== 1) xs_get_srcport above will
in xs_bind()
/kernel/linux/linux-5.10/include/linux/sunrpc/
H
A
D
xprt.h
209
unsigned char
resvport
: 1, /* use a reserved port */
member
/kernel/linux/linux-6.6/include/linux/sunrpc/
H
A
D
xprt.h
232
unsigned char
resvport
: 1, /* use a reserved port */
member
Completed in 21 milliseconds