Searched refs:auth_enable (Results 1 – 10 of 10) sorted by relevance
53 ep->auth_enable = net->sctp.auth_enable; in sctp_endpoint_init()54 if (ep->auth_enable) { in sctp_endpoint_init()
279 .data = &init_net.sctp.auth_enable,494 tbl.data = &net->sctp.auth_enable; in proc_sctp_do_auth()500 net->sctp.auth_enable = new_value; in proc_sctp_do_auth()503 sctp_sk(sk)->ep->auth_enable = new_value; in proc_sctp_do_auth()
834 if (!ep->auth_enable) in sctp_auth_set_key()889 if (!ep->auth_enable) in sctp_auth_set_active_key()932 if (!ep->auth_enable) in sctp_auth_del_key_id()975 if (!ep->auth_enable) in sctp_auth_deact_key_id()
281 if (ep->auth_enable) { in sctp_make_init()364 if (ep->auth_enable) { in sctp_make_init()2066 if (asoc->ep->auth_enable) in sctp_process_ext_param()2221 if (!ep->auth_enable) in sctp_verify_param()2238 if (!ep->auth_enable) in sctp_verify_param()2254 if (!ep->auth_enable) in sctp_verify_param()2704 if (!ep->auth_enable) in sctp_process_param()2718 if (!ep->auth_enable) in sctp_process_param()2735 if (!ep->auth_enable) in sctp_process_param()
3566 if (!ep->auth_enable) in sctp_setsockopt_auth_chunk()3597 if (!ep->auth_enable) in sctp_setsockopt_hmac_ident()4340 if (ep->asconf_enable && ep->auth_enable) { in sctp_setsockopt_asconf_supported()4378 ep->auth_enable = !!params->assoc_value; in sctp_setsockopt_auth_supported()6887 if (!ep->auth_enable) in sctp_getsockopt_hmac_ident()6936 if (!ep->auth_enable) in sctp_getsockopt_active_key()7021 if (!ep->auth_enable) in sctp_getsockopt_local_auth_chunks()7836 : sctp_sk(sk)->ep->auth_enable; in sctp_getsockopt_auth_supported()
1368 net->sctp.auth_enable = 0; in sctp_defaults_init()
651 if (!net->sctp.auth_enable || !asoc->peer.auth_capable) in sctp_auth_chunk_verify()
151 int auth_enable; member
1351 auth_enable:1, member
2634 auth_enable - BOOLEAN
Completed in 46 milliseconds