Searched refs:auth_capable (Results 1 – 6 of 6) sorted by relevance
407 if (!asoc->ep->auth_enable || !asoc->peer.auth_capable) in sctp_auth_asoc_init_active_key()699 if (!asoc->ep->auth_enable || !asoc->peer.auth_capable) in sctp_auth_send_cid()
461 if (asoc->peer.auth_capable) { in sctp_make_init_ack()522 if (asoc->peer.auth_capable) { in sctp_make_init_ack()2035 asoc->peer.auth_capable = 1; in sctp_process_ext_param()2367 if (asoc->peer.auth_capable && (!asoc->peer.peer_random || in sctp_process_init()2369 asoc->peer.auth_capable = 0; in sctp_process_init()2378 (asoc->peer.asconf_capable && !asoc->peer.auth_capable)) { in sctp_process_init()
642 if (!net->sctp.auth_enable || !asoc->peer.auth_capable) in sctp_auth_chunk_verify()829 if (!new_asoc->peer.auth_capable) { in sctp_sf_do_5_1D_ce()979 if (!asoc->peer.auth_capable) { in sctp_sf_do_5_1E_ca()1959 if (!asoc->peer.auth_capable) in sctp_sf_do_dupcook_b()2059 if (!asoc->peer.auth_capable) { in sctp_sf_do_dupcook_d()4269 if (!asoc->peer.auth_capable) in sctp_sf_eat_auth()
1128 asoc->peer.auth_capable = new->peer.auth_capable; in sctp_assoc_update()
4946 mask = (mask | asoc->peer.auth_capable); in sctp_get_sctp_info()
1695 auth_capable:1; /* Is peer doing SCTP-AUTH? */ member