Home
last modified time | relevance | path

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

/linux-6.1.9/net/sctp/
Dsm_statefuns.c705 struct sctp_ulpevent *ev, *ai_ev = NULL, *auth_ev = NULL; in sctp_sf_do_5_1D_ce() local
847 auth_ev = sctp_ulpevent_make_authkey(new_asoc, 0, in sctp_sf_do_5_1D_ce()
850 if (!auth_ev) in sctp_sf_do_5_1D_ce()
881 if (auth_ev) in sctp_sf_do_5_1D_ce()
883 SCTP_ULPEVENT(auth_ev)); in sctp_sf_do_5_1D_ce()
2094 struct sctp_ulpevent *ev = NULL, *ai_ev = NULL, *auth_ev = NULL; in sctp_sf_do_dupcook_d() local
2146 auth_ev = sctp_ulpevent_make_authkey(asoc, 0, in sctp_sf_do_dupcook_d()
2149 if (!auth_ev) in sctp_sf_do_dupcook_d()
2166 if (auth_ev) in sctp_sf_do_dupcook_d()
2168 SCTP_ULPEVENT(auth_ev)); in sctp_sf_do_dupcook_d()
[all …]