Searched refs:ai_ev (Results 1 – 1 of 1) sorted by relevance
705 struct sctp_ulpevent *ev, *ai_ev = NULL, *auth_ev = NULL; in sctp_sf_do_5_1D_ce() local839 ai_ev = sctp_ulpevent_make_adaptation_indication(new_asoc, in sctp_sf_do_5_1D_ce()841 if (!ai_ev) in sctp_sf_do_5_1D_ce()876 if (ai_ev) in sctp_sf_do_5_1D_ce()878 SCTP_ULPEVENT(ai_ev)); in sctp_sf_do_5_1D_ce()887 sctp_ulpevent_free(ai_ev); in sctp_sf_do_5_1D_ce()2092 struct sctp_ulpevent *ev = NULL, *ai_ev = NULL, *auth_ev = NULL; in sctp_sf_do_dupcook_d() local2136 ai_ev = sctp_ulpevent_make_adaptation_indication(asoc, in sctp_sf_do_dupcook_d()2138 if (!ai_ev) in sctp_sf_do_dupcook_d()2161 if (ai_ev) in sctp_sf_do_dupcook_d()[all …]