Searched refs:sctp_auth_enable (Results 1 – 8 of 8) sorted by relevance
401 if (!sctp_auth_enable || !asoc->peer.auth_capable) in sctp_auth_asoc_init_active_key()452 if (!sctp_auth_enable) { in sctp_auth_init_hmacs()677 if (!sctp_auth_enable || !asoc || !asoc->peer.auth_capable) in sctp_auth_send_cid()686 if (!sctp_auth_enable || !asoc) in sctp_auth_recv_cid()
224 .data = &sctp_auth_enable,
260 if (sctp_auth_enable) { in sctp_make_init()345 if (sctp_auth_enable) { in sctp_make_init()1969 if (sctp_auth_enable) in sctp_process_ext_param()2110 if (!sctp_auth_enable) in sctp_verify_param()2127 if (!sctp_auth_enable) in sctp_verify_param()2143 if (!sctp_auth_enable) in sctp_verify_param()2578 if (!sctp_auth_enable) in sctp_process_param()2591 if (!sctp_auth_enable) in sctp_process_param()2607 if (!sctp_auth_enable) in sctp_process_param()
77 if (sctp_auth_enable) { in sctp_endpoint_init()
3178 if (!sctp_auth_enable) in sctp_setsockopt_auth_chunk()3212 if (!sctp_auth_enable) in sctp_setsockopt_hmac_ident()3254 if (!sctp_auth_enable) in sctp_setsockopt_auth_key()3299 if (!sctp_auth_enable) in sctp_setsockopt_active_key()3327 if (!sctp_auth_enable) in sctp_setsockopt_del_key()5110 if (!sctp_auth_enable) in sctp_getsockopt_hmac_ident()5137 if (!sctp_auth_enable) in sctp_getsockopt_active_key()5173 if (!sctp_auth_enable) in sctp_getsockopt_peer_auth_chunks()5216 if (!sctp_auth_enable) in sctp_getsockopt_local_auth_chunks()
1007 if (sctp_auth_enable) { in sctp_chunk_event_lookup()
1264 sctp_auth_enable = 0; in sctp_init()
271 #define sctp_auth_enable (sctp_globals.auth_enable) macro