Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_statefuns.c697 struct sctp_ulpevent *ev, *ai_ev = NULL, *auth_ev = NULL; in sctp_sf_do_5_1D_ce() local
835 auth_ev = sctp_ulpevent_make_authkey(new_asoc, 0, in sctp_sf_do_5_1D_ce()
838 if (!auth_ev) in sctp_sf_do_5_1D_ce()
869 if (auth_ev) in sctp_sf_do_5_1D_ce()
871 SCTP_ULPEVENT(auth_ev)); in sctp_sf_do_5_1D_ce()
2027 struct sctp_ulpevent *ev = NULL, *ai_ev = NULL, *auth_ev = NULL; in sctp_sf_do_dupcook_d() local
2079 auth_ev = sctp_ulpevent_make_authkey(asoc, 0, in sctp_sf_do_dupcook_d()
2082 if (!auth_ev) in sctp_sf_do_dupcook_d()
2099 if (auth_ev) in sctp_sf_do_dupcook_d()
2101 SCTP_ULPEVENT(auth_ev)); in sctp_sf_do_dupcook_d()
[all …]