Lines Matching defs:ev

225 	struct sctp_ulpevent *ev;
250 ev = sctp_ulpevent_make_assoc_change(asoc, 0, SCTP_SHUTDOWN_COMP,
252 if (ev)
254 SCTP_ULPEVENT(ev));
659 struct sctp_ulpevent *ev, *ai_ev = NULL;
796 ev = sctp_ulpevent_make_assoc_change(new_asoc, 0, SCTP_COMM_UP, 0,
800 if (!ev)
835 sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(ev));
845 sctp_ulpevent_free(ev);
882 struct sctp_ulpevent *ev;
923 ev = sctp_ulpevent_make_assoc_change(asoc, 0, SCTP_COMM_UP,
928 if (!ev)
931 sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(ev));
939 ev = sctp_ulpevent_make_adaptation_indication(asoc, GFP_ATOMIC);
940 if (!ev)
944 SCTP_ULPEVENT(ev));
1706 struct sctp_ulpevent *ev;
1771 ev = sctp_ulpevent_make_assoc_change(asoc, 0, SCTP_RESTART, 0,
1775 if (!ev)
1780 sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(ev));
1913 struct sctp_ulpevent *ev = NULL, *ai_ev = NULL;
1940 ev = sctp_ulpevent_make_assoc_change(asoc, 0,
1945 if (!ev)
1968 if (ev)
1970 SCTP_ULPEVENT(ev));
1980 if (ev)
1981 sctp_ulpevent_free(ev);
2634 struct sctp_ulpevent *ev;
2670 ev = sctp_ulpevent_make_shutdown_event(asoc, 0, GFP_ATOMIC);
2671 if (!ev) {
2675 sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(ev));
3331 struct sctp_ulpevent *ev;
3345 ev = sctp_ulpevent_make_assoc_change(asoc, 0, SCTP_SHUTDOWN_COMP,
3347 if (!ev)
3358 sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(ev));
3380 sctp_ulpevent_free(ev);
4121 struct sctp_ulpevent *ev;
4123 ev = sctp_ulpevent_make_authkey(asoc, ntohs(auth_hdr->shkey_id),
4126 if (!ev)
4130 SCTP_ULPEVENT(ev));