Home
last modified time | relevance | path

Searched refs:sctp_make_op_error_space (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sctp/
H A Dsm_make_chunk.c1208 static struct sctp_chunk *sctp_make_op_error_space( in sctp_make_op_error_space() function
1257 return sctp_make_op_error_space(asoc, chunk, size); in sctp_make_op_error_limited()
1268 retval = sctp_make_op_error_space(asoc, chunk, paylen + reserve_tail); in sctp_make_op_error()
1892 *errp = sctp_make_op_error_space(asoc, chunk, len); in sctp_process_missing_param()
1914 *errp = sctp_make_op_error_space(asoc, chunk, 0); in sctp_process_inv_mandatory()
/kernel/linux/linux-6.6/net/sctp/
H A Dsm_make_chunk.c1253 static struct sctp_chunk *sctp_make_op_error_space( in sctp_make_op_error_space() function
1302 return sctp_make_op_error_space(asoc, chunk, size); in sctp_make_op_error_limited()
1313 retval = sctp_make_op_error_space(asoc, chunk, paylen + reserve_tail); in sctp_make_op_error()
1937 *errp = sctp_make_op_error_space(asoc, chunk, len); in sctp_process_missing_param()
1959 *errp = sctp_make_op_error_space(asoc, chunk, 0); in sctp_process_inv_mandatory()

Completed in 12 milliseconds