Home
last modified time | relevance | path

Searched refs:auth_capable (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/net/sctp/
Dauth.c407 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()
Dsm_make_chunk.c461 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()
Dsm_statefuns.c642 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()
Dassociola.c1128 asoc->peer.auth_capable = new->peer.auth_capable; in sctp_assoc_update()
Dsocket.c4946 mask = (mask | asoc->peer.auth_capable); in sctp_get_sctp_info()
/Linux-v4.19/include/net/sctp/
Dstructs.h1695 auth_capable:1; /* Is peer doing SCTP-AUTH? */ member