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:sh_key
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
auth.c
96
static void sctp_auth_shkey_destroy(struct sctp_shared_key *
sh_key
)
in sctp_auth_shkey_destroy()
argument
98
BUG_ON(!list_empty(&
sh_key
->key_list));
in sctp_auth_shkey_destroy()
99
sctp_auth_key_put(
sh_key
->key);
in sctp_auth_shkey_destroy()
100
sh_key
->key = NULL;
in sctp_auth_shkey_destroy()
101
kfree(
sh_key
);
in sctp_auth_shkey_destroy()
104
void sctp_auth_shkey_release(struct sctp_shared_key *
sh_key
)
in sctp_auth_shkey_release()
argument
106
if (refcount_dec_and_test(&
sh_key
->refcnt))
in sctp_auth_shkey_release()
107
sctp_auth_shkey_destroy(
sh_key
);
in sctp_auth_shkey_release()
110
void sctp_auth_shkey_hold(struct sctp_shared_key *
sh_key
)
in sctp_auth_shkey_hold()
argument
112
refcount_inc(&
sh_key
in sctp_auth_shkey_hold()
357
struct sctp_shared_key *
sh_key
;
sctp_auth_asoc_copy_shkeys()
local
[all...]
H
A
D
sm_statefuns.c
4247
struct sctp_shared_key *
sh_key
= NULL;
in sctp_sf_authenticate()
local
4270
sh_key
= sctp_auth_get_shkey(asoc, key_id);
in sctp_sf_authenticate()
4271
if (!
sh_key
)
in sctp_sf_authenticate()
4302
sh_key
, GFP_ATOMIC);
in sctp_sf_authenticate()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
auth.c
96
static void sctp_auth_shkey_destroy(struct sctp_shared_key *
sh_key
)
in sctp_auth_shkey_destroy()
argument
98
BUG_ON(!list_empty(&
sh_key
->key_list));
in sctp_auth_shkey_destroy()
99
sctp_auth_key_put(
sh_key
->key);
in sctp_auth_shkey_destroy()
100
sh_key
->key = NULL;
in sctp_auth_shkey_destroy()
101
kfree(
sh_key
);
in sctp_auth_shkey_destroy()
104
void sctp_auth_shkey_release(struct sctp_shared_key *
sh_key
)
in sctp_auth_shkey_release()
argument
106
if (refcount_dec_and_test(&
sh_key
->refcnt))
in sctp_auth_shkey_release()
107
sctp_auth_shkey_destroy(
sh_key
);
in sctp_auth_shkey_release()
110
void sctp_auth_shkey_hold(struct sctp_shared_key *
sh_key
)
in sctp_auth_shkey_hold()
argument
112
refcount_inc(&
sh_key
in sctp_auth_shkey_hold()
357
struct sctp_shared_key *
sh_key
;
sctp_auth_asoc_copy_shkeys()
local
[all...]
H
A
D
sm_statefuns.c
4350
struct sctp_shared_key *
sh_key
= NULL;
in sctp_sf_authenticate()
local
4373
sh_key
= sctp_auth_get_shkey(asoc, key_id);
in sctp_sf_authenticate()
4374
if (!
sh_key
)
in sctp_sf_authenticate()
4405
sh_key
, GFP_ATOMIC);
in sctp_sf_authenticate()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
auth.h
95
void sctp_auth_shkey_release(struct sctp_shared_key *
sh_key
);
96
void sctp_auth_shkey_hold(struct sctp_shared_key *
sh_key
);
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
auth.h
95
void sctp_auth_shkey_release(struct sctp_shared_key *
sh_key
);
96
void sctp_auth_shkey_hold(struct sctp_shared_key *
sh_key
);
Completed in 17 milliseconds