Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dsm_statefuns.c711 struct sctp_chunk *err_chk_p = NULL; in sctp_sf_do_5_1D_ce() local
763 &err_chk_p); in sctp_sf_do_5_1D_ce()
781 err_chk_p); in sctp_sf_do_5_1D_ce()
794 &err_chk_p)) { in sctp_sf_do_5_1D_ce()
796 if (err_chk_p) in sctp_sf_do_5_1D_ce()
797 sctp_chunk_free(err_chk_p); in sctp_sf_do_5_1D_ce()
800 if (err_chk_p) in sctp_sf_do_5_1D_ce()
801 sctp_chunk_free(err_chk_p); in sctp_sf_do_5_1D_ce()
2232 struct sctp_chunk *err_chk_p = NULL; in sctp_sf_do_5_2_4_dupcook() local
2266 &err_chk_p); in sctp_sf_do_5_2_4_dupcook()
[all …]
/linux/include/net/sctp/
H A Dsm.h322 struct sctp_chunk **err_chk_p);