Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dauth.c393 if (!asoc->peer.auth_capable) in sctp_auth_asoc_init_active_key()
588 if (!asoc->peer.auth_capable) in sctp_auth_send_cid()
600 if (!asoc->peer.auth_capable) in sctp_auth_recv_cid()
733 if (!asoc->peer.auth_capable) in sctp_auth_set_key()
793 if (!asoc->peer.auth_capable) in sctp_auth_set_active_key()
838 if (!asoc->peer.auth_capable) in sctp_auth_del_key_id()
881 if (!asoc->peer.auth_capable) in sctp_auth_deact_key_id()
H A Dsm_make_chunk.c440 if (asoc->peer.auth_capable) { in sctp_make_init_ack()
504 if (asoc->peer.auth_capable) { in sctp_make_init_ack()
2037 asoc->peer.auth_capable = 1; in sctp_process_ext_param()
2377 if (asoc->peer.auth_capable && (!asoc->peer.peer_random || in sctp_process_init()
2379 asoc->peer.auth_capable = 0; in sctp_process_init()
2388 (asoc->peer.asconf_capable && !asoc->peer.auth_capable)) { in sctp_process_init()
H A Dassociola.c1095 asoc->peer.auth_capable = new->peer.auth_capable; in sctp_assoc_update()
H A Dsm_statefuns.c653 if (!net->sctp.auth_enable || !asoc->peer.auth_capable) in sctp_auth_chunk_verify()
847 if (!new_asoc->peer.auth_capable) { in sctp_sf_do_5_1D_ce()
1000 if (!asoc->peer.auth_capable) { in sctp_sf_do_5_1E_ca()
2046 if (!asoc->peer.auth_capable) in sctp_sf_do_dupcook_b()
2146 if (!asoc->peer.auth_capable) { in sctp_sf_do_dupcook_d()
4446 if (!asoc->peer.auth_capable) in sctp_sf_eat_auth()
H A Dsocket.c5263 mask = (mask | asoc->peer.auth_capable); in sctp_get_sctp_info()
6989 if (!asoc->peer.auth_capable) in sctp_getsockopt_active_key()
7027 if (!asoc->peer.auth_capable) in sctp_getsockopt_peer_auth_chunks()
7074 if (!asoc->peer.auth_capable) in sctp_getsockopt_local_auth_chunks()
7893 params.assoc_value = asoc ? asoc->peer.auth_capable in sctp_getsockopt_auth_supported()
/linux/include/net/sctp/
H A Dstructs.h1686 auth_capable:1, /* Is peer doing SCTP-AUTH? */ member