auth_ev           691 net/sctp/sm_statefuns.c 	struct sctp_ulpevent *ev, *ai_ev = NULL, *auth_ev = NULL;
auth_ev           825 net/sctp/sm_statefuns.c 		auth_ev = sctp_ulpevent_make_authkey(new_asoc, 0,
auth_ev           828 net/sctp/sm_statefuns.c 		if (!auth_ev)
auth_ev           859 net/sctp/sm_statefuns.c 	if (auth_ev)
auth_ev           861 net/sctp/sm_statefuns.c 				SCTP_ULPEVENT(auth_ev));
auth_ev          2004 net/sctp/sm_statefuns.c 	struct sctp_ulpevent *ev = NULL, *ai_ev = NULL, *auth_ev = NULL;
auth_ev          2056 net/sctp/sm_statefuns.c 			auth_ev = sctp_ulpevent_make_authkey(asoc, 0,
auth_ev          2059 net/sctp/sm_statefuns.c 			if (!auth_ev)
auth_ev          2076 net/sctp/sm_statefuns.c 	if (auth_ev)
auth_ev          2078 net/sctp/sm_statefuns.c 				SCTP_ULPEVENT(auth_ev));
auth_ev          2083 net/sctp/sm_statefuns.c 	if (auth_ev)
auth_ev          2084 net/sctp/sm_statefuns.c 		sctp_ulpevent_free(auth_ev);