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:sctp_hmac
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
auth.h
31
struct
sctp_hmac
{
struct
82
struct
sctp_hmac
*sctp_auth_get_hmac(__u16 hmac_id);
83
struct
sctp_hmac
*sctp_auth_asoc_get_hmac(const struct sctp_association *asoc);
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
auth.h
31
struct
sctp_hmac
{
struct
82
struct
sctp_hmac
*sctp_auth_get_hmac(__u16 hmac_id);
83
struct
sctp_hmac
*sctp_auth_asoc_get_hmac(const struct sctp_association *asoc);
/kernel/linux/linux-5.10/net/sctp/
H
A
D
auth.c
22
static struct
sctp_hmac
sctp_hmac_list[SCTP_AUTH_NUM_HMACS] = {
516
struct
sctp_hmac
*sctp_auth_get_hmac(__u16 hmac_id)
in sctp_auth_get_hmac()
524
struct
sctp_hmac
*sctp_auth_asoc_get_hmac(const struct sctp_association *asoc)
in sctp_auth_asoc_get_hmac()
H
A
D
chunk.c
187
struct
sctp_hmac
*hmac_desc = sctp_auth_asoc_get_hmac(asoc);
in sctp_datamsg_from_user()
H
A
D
sm_make_chunk.c
1285
struct
sctp_hmac
*hmac_desc;
in sctp_make_auth()
H
A
D
sm_statefuns.c
4250
struct
sctp_hmac
*hmac;
in sctp_sf_authenticate()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
auth.c
22
static struct
sctp_hmac
sctp_hmac_list[SCTP_AUTH_NUM_HMACS] = {
516
struct
sctp_hmac
*sctp_auth_get_hmac(__u16 hmac_id)
in sctp_auth_get_hmac()
524
struct
sctp_hmac
*sctp_auth_asoc_get_hmac(const struct sctp_association *asoc)
in sctp_auth_asoc_get_hmac()
H
A
D
chunk.c
187
struct
sctp_hmac
*hmac_desc = sctp_auth_asoc_get_hmac(asoc);
in sctp_datamsg_from_user()
H
A
D
sm_make_chunk.c
1330
struct
sctp_hmac
*hmac_desc;
in sctp_make_auth()
H
A
D
sm_statefuns.c
4353
struct
sctp_hmac
*hmac;
in sctp_sf_authenticate()
Completed in 29 milliseconds