Lines Matching defs:auth_ev
697 struct sctp_ulpevent *ev, *ai_ev = NULL, *auth_ev = NULL;
835 auth_ev = sctp_ulpevent_make_authkey(new_asoc, 0,
838 if (!auth_ev)
869 if (auth_ev)
871 SCTP_ULPEVENT(auth_ev));
2027 struct sctp_ulpevent *ev = NULL, *ai_ev = NULL, *auth_ev = NULL;
2079 auth_ev = sctp_ulpevent_make_authkey(asoc, 0,
2082 if (!auth_ev)
2099 if (auth_ev)
2101 SCTP_ULPEVENT(auth_ev));
2106 if (auth_ev)
2107 sctp_ulpevent_free(auth_ev);