Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dsm_statefuns.c528 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_5_1C_ack()
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()
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(chunk, asoc)) in sctp_sf_do_ecn_cwr()
3133 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_do_ecne()
3403 if (!sctp_vtag_verify(chunk, asoc)) in sctp_sf_eat_sack_6_2()
[all …]
/openbmc/linux/include/net/sctp/
H A Dsm.h375 sctp_vtag_verify(const struct sctp_chunk *chunk, in sctp_vtag_verify() function