Searched refs:sctp_vtag_verify (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_statefuns.c | 520 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_5_1C_ack() 706 if (asoc && !sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_5_1D_ce() 918 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_5_1E_ca() 1136 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_beat_8_3() 1212 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_backbeat_8_3() 2152 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_5_2_4_dupcook() 2398 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_cookie_echoed_err() 2791 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_9_2_shutdown() 2879 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_9_2_shut_ctsn() 3015 if (!sctp_vtag_verify(chun in sctp_sf_do_ecn_cwr() [all...] |
/kernel/linux/linux-6.6/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() 2462 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_cookie_echoed_err() 2855 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_9_2_shutdown() 2943 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_9_2_shut_ctsn() 3079 if (!sctp_vtag_verify(chun in sctp_sf_do_ecn_cwr() [all...] |
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | sm.h | 371 sctp_vtag_verify(const struct sctp_chunk *chunk, in sctp_vtag_verify() function
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | sm.h | 375 sctp_vtag_verify(const struct sctp_chunk *chunk, in sctp_vtag_verify() function
|
Completed in 18 milliseconds