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:handshake_net
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/net/handshake/
H
A
D
handshake.h
14
struct
handshake_net
{
struct
77
struct
handshake_net
*handshake_pernet(struct net *net);
86
struct handshake_req *handshake_req_next(struct
handshake_net
*hn, int class);
H
A
D
netlink.c
93
struct
handshake_net
*hn = handshake_pernet(net);
in handshake_nl_accept_doit()
175
struct
handshake_net
*hn = net_generic(net, handshake_net_id);
in handshake_net_init()
197
struct
handshake_net
*hn = net_generic(net, handshake_net_id);
in handshake_net_exit()
228
.size = sizeof(struct
handshake_net
),
238
struct
handshake_net
*handshake_pernet(struct net *net)
in handshake_pernet()
H
A
D
request.c
144
static bool __add_pending_locked(struct
handshake_net
*hn,
in __add_pending_locked()
154
static void __remove_pending_locked(struct
handshake_net
*hn,
in __remove_pending_locked()
167
static bool remove_pending(struct
handshake_net
*hn, struct handshake_req *req)
in remove_pending()
181
struct handshake_req *handshake_req_next(struct
handshake_net
*hn, int class)
in handshake_req_next()
226
struct
handshake_net
*hn;
in handshake_req_submit()
316
struct
handshake_net
*hn;
in handshake_req_cancel()
H
A
D
handshake-test.c
244
struct
handshake_net
*hn;
in handshake_req_submit_test5()
349
struct
handshake_net
*hn;
in handshake_req_cancel_test2()
391
struct
handshake_net
*hn;
in handshake_req_cancel_test3()
Completed in 3 milliseconds