Home
last modified time | relevance | path

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

/Linux-v5.15/net/sctp/
Dsm_statefuns.c704 struct sctp_ulpevent *ev, *ai_ev = NULL, *auth_ev = NULL; in sctp_sf_do_5_1D_ce() local
835 ai_ev = sctp_ulpevent_make_adaptation_indication(new_asoc, in sctp_sf_do_5_1D_ce()
837 if (!ai_ev) in sctp_sf_do_5_1D_ce()
872 if (ai_ev) in sctp_sf_do_5_1D_ce()
874 SCTP_ULPEVENT(ai_ev)); in sctp_sf_do_5_1D_ce()
883 sctp_ulpevent_free(ai_ev); in sctp_sf_do_5_1D_ce()
2087 struct sctp_ulpevent *ev = NULL, *ai_ev = NULL, *auth_ev = NULL; in sctp_sf_do_dupcook_d() local
2131 ai_ev = sctp_ulpevent_make_adaptation_indication(asoc, in sctp_sf_do_dupcook_d()
2133 if (!ai_ev) in sctp_sf_do_dupcook_d()
2156 if (ai_ev) in sctp_sf_do_dupcook_d()
[all …]