Searched refs:sctp_vtag_verify (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/sctp/ |
H A D | sm_statefuns.c | 528 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_5_1C_ack() 714 if (asoc && !sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_5_1D_ce() 929 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_5_1E_ca() 1174 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_beat_8_3() 1250 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_backbeat_8_3() 2217 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_5_2_4_dupcook() 2472 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_cookie_echoed_err() 2865 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_9_2_shutdown() 2953 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_9_2_shut_ctsn() 3089 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_ecn_cwr() [all …]
|
/openbmc/linux/include/net/sctp/ |
H A D | sm.h | 375 sctp_vtag_verify(const struct sctp_chunk *chunk, in sctp_vtag_verify() function
|