Home
last modified time | relevance | path

Searched refs:sctp_auth_enable (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/net/sctp/
Dauth.c401 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()
Dsysctl.c224 .data = &sctp_auth_enable,
Dsm_make_chunk.c260 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()
Dendpointola.c77 if (sctp_auth_enable) { in sctp_endpoint_init()
Dsocket.c3178 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()
Dsm_statetable.c1007 if (sctp_auth_enable) { in sctp_chunk_event_lookup()
Dprotocol.c1264 sctp_auth_enable = 0; in sctp_init()
/linux-2.6.39/include/net/sctp/
Dstructs.h271 #define sctp_auth_enable (sctp_globals.auth_enable) macro