Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dauth.c396 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()
Dsm_make_chunk.c443 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()
Dassociola.c1100 asoc->peer.auth_capable = new->peer.auth_capable; in sctp_assoc_update()
Dsm_statefuns.c765 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()
/linux-4.4.14/include/net/sctp/
Dstructs.h1483 auth_capable:1; /* Is peer doing SCTP-AUTH? */ member