Lines Matching defs:auth_ev
705 struct sctp_ulpevent *ev, *ai_ev = NULL, *auth_ev = NULL;
846 auth_ev = sctp_ulpevent_make_authkey(new_asoc, 0,
849 if (!auth_ev)
880 if (auth_ev)
882 SCTP_ULPEVENT(auth_ev));
2092 struct sctp_ulpevent *ev = NULL, *ai_ev = NULL, *auth_ev = NULL;
2144 auth_ev = sctp_ulpevent_make_authkey(asoc, 0,
2147 if (!auth_ev)
2164 if (auth_ev)
2166 SCTP_ULPEVENT(auth_ev));
2171 if (auth_ev)
2172 sctp_ulpevent_free(auth_ev);