Lines Matching refs:auth_ev
681 struct sctp_ulpevent *ev, *ai_ev = NULL, *auth_ev = NULL; in sctp_sf_do_5_1D_ce() local
815 auth_ev = sctp_ulpevent_make_authkey(new_asoc, 0, in sctp_sf_do_5_1D_ce()
818 if (!auth_ev) in sctp_sf_do_5_1D_ce()
849 if (auth_ev) in sctp_sf_do_5_1D_ce()
851 SCTP_ULPEVENT(auth_ev)); in sctp_sf_do_5_1D_ce()
1993 struct sctp_ulpevent *ev = NULL, *ai_ev = NULL, *auth_ev = NULL; in sctp_sf_do_dupcook_d() local
2045 auth_ev = sctp_ulpevent_make_authkey(asoc, 0, in sctp_sf_do_dupcook_d()
2048 if (!auth_ev) in sctp_sf_do_dupcook_d()
2065 if (auth_ev) in sctp_sf_do_dupcook_d()
2067 SCTP_ULPEVENT(auth_ev)); in sctp_sf_do_dupcook_d()
2072 if (auth_ev) in sctp_sf_do_dupcook_d()
2073 sctp_ulpevent_free(auth_ev); in sctp_sf_do_dupcook_d()