Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dsm_statefuns.c529 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_5_1C_ack()
715 if (asoc && !sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_5_1D_ce()
930 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_5_1E_ca()
1175 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_beat_8_3()
1251 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_backbeat_8_3()
2218 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_5_2_4_dupcook()
2473 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_cookie_echoed_err()
2866 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_9_2_shutdown()
2954 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_9_2_shut_ctsn()
3090 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_ecn_cwr()
[all …]
/linux/include/net/sctp/
H A Dsm.h375 sctp_vtag_verify(const struct sctp_chunk *chunk, in sctp_vtag_verify() function