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:active_key_id
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
auth.c
400
ep_key = sctp_auth_get_shkey(asoc, asoc->
active_key_id
);
in sctp_auth_asoc_init_active_key()
725
if (key_id == asoc->
active_key_id
)
in sctp_auth_calculate_hmac()
868
if (asoc && asoc->
active_key_id
== auth_key->sca_keynumber &&
in sctp_auth_set_key()
910
__u16
active_key_id
= asoc->
active_key_id
;
in sctp_auth_set_active_key()
local
912
asoc->
active_key_id
= key_id;
in sctp_auth_set_active_key()
914
asoc->
active_key_id
=
active_key_id
;
in sctp_auth_set_active_key()
918
ep->
active_key_id
= key_id;
in sctp_auth_set_active_key()
937
if (asoc->
active_key_id
in sctp_auth_del_key_id()
[all...]
H
A
D
chunk.c
194
sinfo->sinfo_ssn != asoc->
active_key_id
) {
in sctp_datamsg_from_user()
H
A
D
associola.c
256
asoc->
active_key_id
= ep->
active_key_id
;
in sctp_association_init()
H
A
D
sm_statefuns.c
4269
if (key_id != asoc->
active_key_id
) {
in sctp_sf_authenticate()
4375
if (asoc->
active_key_id
!= ntohs(auth_hdr->shkey_id)) {
in sctp_sf_eat_auth()
H
A
D
socket.c
6820
val.scact_keynumber = asoc->
active_key_id
;
in sctp_getsockopt_active_key()
6824
val.scact_keynumber = ep->
active_key_id
;
in sctp_getsockopt_active_key()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
auth.c
400
ep_key = sctp_auth_get_shkey(asoc, asoc->
active_key_id
);
in sctp_auth_asoc_init_active_key()
725
if (key_id == asoc->
active_key_id
)
in sctp_auth_calculate_hmac()
868
if (asoc && asoc->
active_key_id
== auth_key->sca_keynumber &&
in sctp_auth_set_key()
910
__u16
active_key_id
= asoc->
active_key_id
;
in sctp_auth_set_active_key()
local
912
asoc->
active_key_id
= key_id;
in sctp_auth_set_active_key()
914
asoc->
active_key_id
=
active_key_id
;
in sctp_auth_set_active_key()
918
ep->
active_key_id
= key_id;
in sctp_auth_set_active_key()
937
if (asoc->
active_key_id
in sctp_auth_del_key_id()
[all...]
H
A
D
chunk.c
194
sinfo->sinfo_ssn != asoc->
active_key_id
) {
in sctp_datamsg_from_user()
H
A
D
associola.c
258
asoc->
active_key_id
= ep->
active_key_id
;
in sctp_association_init()
H
A
D
sm_statefuns.c
4372
if (key_id != asoc->
active_key_id
) {
in sctp_sf_authenticate()
4478
if (asoc->
active_key_id
!= ntohs(auth_hdr->shkey_id)) {
in sctp_sf_eat_auth()
H
A
D
socket.c
6944
val.scact_keynumber = asoc->
active_key_id
;
in sctp_getsockopt_active_key()
6948
val.scact_keynumber = ep->
active_key_id
;
in sctp_getsockopt_active_key()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
1323
__u16
active_key_id
;
member
2055
__u16
active_key_id
;
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
1347
__u16
active_key_id
;
member
2081
__u16
active_key_id
;
member
Completed in 49 milliseconds