Searched refs:auth_capable (Results 1 – 5 of 5) sorted by relevance
396 if (!asoc->ep->auth_enable || !asoc->peer.auth_capable) in sctp_auth_asoc_init_active_key()679 if (!asoc->ep->auth_enable || !asoc->peer.auth_capable) in sctp_auth_send_cid()
443 if (asoc->peer.auth_capable) { in sctp_make_init_ack()507 if (asoc->peer.auth_capable) { in sctp_make_init_ack()2015 asoc->peer.auth_capable = 1; in sctp_process_ext_param()2341 if (asoc->peer.auth_capable && (!asoc->peer.peer_random || in sctp_process_init()2343 asoc->peer.auth_capable = 0; in sctp_process_init()2352 (asoc->peer.asconf_capable && !asoc->peer.auth_capable)) { in sctp_process_init()
1100 asoc->peer.auth_capable = new->peer.auth_capable; in sctp_assoc_update()
765 if (!net->sctp.auth_enable || !new_asoc->peer.auth_capable) { in sctp_sf_do_5_1D_ce()4075 if (!asoc->peer.auth_capable) in sctp_sf_eat_auth()
1483 auth_capable:1; /* Is peer doing SCTP-AUTH? */ member