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:auth_capable
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
auth.c
392
if (!asoc->peer.
auth_capable
)
in sctp_auth_asoc_init_active_key()
679
if (!asoc->peer.
auth_capable
)
in sctp_auth_send_cid()
691
if (!asoc->peer.
auth_capable
)
in sctp_auth_recv_cid()
830
if (!asoc->peer.
auth_capable
)
in sctp_auth_set_key()
890
if (!asoc->peer.
auth_capable
)
in sctp_auth_set_active_key()
935
if (!asoc->peer.
auth_capable
)
in sctp_auth_del_key_id()
978
if (!asoc->peer.
auth_capable
)
in sctp_auth_deact_key_id()
H
A
D
sm_make_chunk.c
448
if (asoc->peer.
auth_capable
) {
in sctp_make_init_ack()
512
if (asoc->peer.
auth_capable
) {
in sctp_make_init_ack()
2022
asoc->peer.
auth_capable
= 1;
in sctp_process_ext_param()
2361
if (asoc->peer.
auth_capable
&& (!asoc->peer.peer_random ||
in sctp_process_init()
2363
asoc->peer.
auth_capable
= 0;
in sctp_process_init()
2372
(asoc->peer.asconf_capable && !asoc->peer.
auth_capable
)) {
in sctp_process_init()
H
A
D
associola.c
1104
asoc->peer.
auth_capable
= new->peer.
auth_capable
;
in sctp_assoc_update()
H
A
D
sm_statefuns.c
643
if (!net->sctp.auth_enable || !asoc->peer.
auth_capable
)
in sctp_auth_chunk_verify()
834
if (!new_asoc->peer.
auth_capable
) {
in sctp_sf_do_5_1D_ce()
984
if (!asoc->peer.
auth_capable
) {
in sctp_sf_do_5_1E_ca()
1978
if (!asoc->peer.
auth_capable
)
in sctp_sf_do_dupcook_b()
2078
if (!asoc->peer.
auth_capable
) {
in sctp_sf_do_dupcook_d()
4330
if (!asoc->peer.
auth_capable
)
in sctp_sf_eat_auth()
H
A
D
socket.c
5094
mask = (mask | asoc->peer.
auth_capable
);
in sctp_get_sctp_info()
6818
if (!asoc->peer.
auth_capable
)
in sctp_getsockopt_active_key()
6856
if (!asoc->peer.
auth_capable
)
in sctp_getsockopt_peer_auth_chunks()
6903
if (!asoc->peer.
auth_capable
)
in sctp_getsockopt_local_auth_chunks()
7721
params.assoc_value = asoc ? asoc->peer.
auth_capable
in sctp_getsockopt_auth_supported()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
auth.c
392
if (!asoc->peer.
auth_capable
)
in sctp_auth_asoc_init_active_key()
679
if (!asoc->peer.
auth_capable
)
in sctp_auth_send_cid()
691
if (!asoc->peer.
auth_capable
)
in sctp_auth_recv_cid()
830
if (!asoc->peer.
auth_capable
)
in sctp_auth_set_key()
890
if (!asoc->peer.
auth_capable
)
in sctp_auth_set_active_key()
935
if (!asoc->peer.
auth_capable
)
in sctp_auth_del_key_id()
978
if (!asoc->peer.
auth_capable
)
in sctp_auth_deact_key_id()
H
A
D
sm_make_chunk.c
448
if (asoc->peer.
auth_capable
) {
in sctp_make_init_ack()
512
if (asoc->peer.
auth_capable
) {
in sctp_make_init_ack()
2067
asoc->peer.
auth_capable
= 1;
in sctp_process_ext_param()
2407
if (asoc->peer.
auth_capable
&& (!asoc->peer.peer_random ||
in sctp_process_init()
2409
asoc->peer.
auth_capable
= 0;
in sctp_process_init()
2418
(asoc->peer.asconf_capable && !asoc->peer.
auth_capable
)) {
in sctp_process_init()
H
A
D
associola.c
1112
asoc->peer.
auth_capable
= new->peer.
auth_capable
;
in sctp_assoc_update()
H
A
D
sm_statefuns.c
651
if (!net->sctp.auth_enable || !asoc->peer.
auth_capable
)
in sctp_auth_chunk_verify()
845
if (!new_asoc->peer.
auth_capable
) {
in sctp_sf_do_5_1D_ce()
997
if (!asoc->peer.
auth_capable
) {
in sctp_sf_do_5_1E_ca()
2043
if (!asoc->peer.
auth_capable
)
in sctp_sf_do_dupcook_b()
2143
if (!asoc->peer.
auth_capable
) {
in sctp_sf_do_dupcook_d()
4433
if (!asoc->peer.
auth_capable
)
in sctp_sf_eat_auth()
H
A
D
socket.c
5210
mask = (mask | asoc->peer.
auth_capable
);
in sctp_get_sctp_info()
6942
if (!asoc->peer.
auth_capable
)
in sctp_getsockopt_active_key()
6980
if (!asoc->peer.
auth_capable
)
in sctp_getsockopt_peer_auth_chunks()
7027
if (!asoc->peer.
auth_capable
)
in sctp_getsockopt_local_auth_chunks()
7845
params.assoc_value = asoc ? asoc->peer.
auth_capable
in sctp_getsockopt_auth_supported()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
1693
auth_capable
:1, /* Is peer doing SCTP-AUTH? */
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
1716
auth_capable
:1, /* Is peer doing SCTP-AUTH? */
member
Completed in 56 milliseconds