Home
last modified time | relevance | path

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

/linux-4.1.27/net/sctp/
Dsm_statefuns.c659 struct sctp_ulpevent *ev, *ai_ev = NULL; in sctp_sf_do_5_1D_ce() local
809 ai_ev = sctp_ulpevent_make_adaptation_indication(new_asoc, in sctp_sf_do_5_1D_ce()
811 if (!ai_ev) in sctp_sf_do_5_1D_ce()
838 if (ai_ev) in sctp_sf_do_5_1D_ce()
840 SCTP_ULPEVENT(ai_ev)); in sctp_sf_do_5_1D_ce()
1913 struct sctp_ulpevent *ev = NULL, *ai_ev = NULL; in sctp_sf_do_dupcook_d() local
1954 ai_ev = sctp_ulpevent_make_adaptation_indication(asoc, in sctp_sf_do_dupcook_d()
1956 if (!ai_ev) in sctp_sf_do_dupcook_d()
1971 if (ai_ev) in sctp_sf_do_dupcook_d()
1973 SCTP_ULPEVENT(ai_ev)); in sctp_sf_do_dupcook_d()
[all …]