Searched refs:auth_ev (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/sctp/
H A Dsm_statefuns.c705 struct sctp_ulpevent *ev, *ai_ev = NULL, *auth_ev = NULL; local
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; local
2144 auth_ev = sctp_ulpevent_make_authkey(asoc, 0,
2147 if (!auth_ev)
2164 if (auth_ev)
2166 SCTP_ULPEVENT(auth_ev));
[all...]

Completed in 114 milliseconds