Home
last modified time | relevance | path

Searched refs:auth_capable (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/net/sctp/
Dauth.c392 if (!asoc->peer.auth_capable) in sctp_auth_asoc_init_active_key()
678 if (!asoc->peer.auth_capable) in sctp_auth_send_cid()
690 if (!asoc->peer.auth_capable) in sctp_auth_recv_cid()
835 if (!asoc->peer.auth_capable) in sctp_auth_set_key()
884 if (!asoc->peer.auth_capable) in sctp_auth_set_active_key()
924 if (!asoc->peer.auth_capable) in sctp_auth_del_key_id()
967 if (!asoc->peer.auth_capable) in sctp_auth_deact_key_id()
Dsm_make_chunk.c448 if (asoc->peer.auth_capable) { in sctp_make_init_ack()
512 if (asoc->peer.auth_capable) { in sctp_make_init_ack()
2025 asoc->peer.auth_capable = 1; in sctp_process_ext_param()
2356 if (asoc->peer.auth_capable && (!asoc->peer.peer_random || in sctp_process_init()
2358 asoc->peer.auth_capable = 0; in sctp_process_init()
2367 (asoc->peer.asconf_capable && !asoc->peer.auth_capable)) { in sctp_process_init()
Dsm_statefuns.c627 if (!net->sctp.auth_enable || !asoc->peer.auth_capable) in sctp_auth_chunk_verify()
814 if (!new_asoc->peer.auth_capable) { in sctp_sf_do_5_1D_ce()
964 if (!asoc->peer.auth_capable) { in sctp_sf_do_5_1E_ca()
1944 if (!asoc->peer.auth_capable) in sctp_sf_do_dupcook_b()
2044 if (!asoc->peer.auth_capable) { in sctp_sf_do_dupcook_d()
4275 if (!asoc->peer.auth_capable) in sctp_sf_eat_auth()
Dassociola.c1109 asoc->peer.auth_capable = new->peer.auth_capable; in sctp_assoc_update()
Dsocket.c5241 mask = (mask | asoc->peer.auth_capable); in sctp_get_sctp_info()
6950 if (!asoc->peer.auth_capable) in sctp_getsockopt_active_key()
6988 if (!asoc->peer.auth_capable) in sctp_getsockopt_peer_auth_chunks()
7035 if (!asoc->peer.auth_capable) in sctp_getsockopt_local_auth_chunks()
7849 params.assoc_value = asoc ? asoc->peer.auth_capable in sctp_getsockopt_auth_supported()
/Linux-v5.4/include/net/sctp/
Dstructs.h1692 auth_capable:1, /* Is peer doing SCTP-AUTH? */ member