Searched refs:sctp_verify_asconf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | sm.h | 241 bool sctp_verify_asconf(const struct sctp_association *asoc,
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | sm.h | 244 bool sctp_verify_asconf(const struct sctp_association *asoc,
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_statefuns.c | 3794 if (!sctp_verify_asconf(asoc, chunk, true, &err_param)) in sctp_sf_do_asconf() 3937 if (!sctp_verify_asconf(asoc, asconf_ack, false, &err_param)) in sctp_sf_do_asconf_ack()
|
H A D | sm_make_chunk.c | 3158 bool sctp_verify_asconf(const struct sctp_association *asoc, in sctp_verify_asconf() function
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_statefuns.c | 3897 if (!sctp_verify_asconf(asoc, chunk, true, &err_param)) in sctp_sf_do_asconf() 4040 if (!sctp_verify_asconf(asoc, asconf_ack, false, &err_param)) in sctp_sf_do_asconf_ack()
|
H A D | sm_make_chunk.c | 3196 bool sctp_verify_asconf(const struct sctp_association *asoc, in sctp_verify_asconf() function
|
Completed in 25 milliseconds