ai_ev             691 net/sctp/sm_statefuns.c 	struct sctp_ulpevent *ev, *ai_ev = NULL, *auth_ev = NULL;
ai_ev             818 net/sctp/sm_statefuns.c 		ai_ev = sctp_ulpevent_make_adaptation_indication(new_asoc,
ai_ev             820 net/sctp/sm_statefuns.c 		if (!ai_ev)
ai_ev             855 net/sctp/sm_statefuns.c 	if (ai_ev)
ai_ev             857 net/sctp/sm_statefuns.c 				SCTP_ULPEVENT(ai_ev));
ai_ev             866 net/sctp/sm_statefuns.c 	sctp_ulpevent_free(ai_ev);
ai_ev            2004 net/sctp/sm_statefuns.c 	struct sctp_ulpevent *ev = NULL, *ai_ev = NULL, *auth_ev = NULL;
ai_ev            2048 net/sctp/sm_statefuns.c 			ai_ev = sctp_ulpevent_make_adaptation_indication(asoc,
ai_ev            2050 net/sctp/sm_statefuns.c 			if (!ai_ev)
ai_ev            2073 net/sctp/sm_statefuns.c 	if (ai_ev)
ai_ev            2075 net/sctp/sm_statefuns.c 					SCTP_ULPEVENT(ai_ev));
ai_ev            2085 net/sctp/sm_statefuns.c 	if (ai_ev)
ai_ev            2086 net/sctp/sm_statefuns.c 		sctp_ulpevent_free(ai_ev);