Searched refs:sctp_make_op_error_space (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/net/sctp/ |
D | sm_make_chunk.c | 1128 static struct sctp_chunk *sctp_make_op_error_space( in sctp_make_op_error_space() function 1170 return sctp_make_op_error_space(asoc, chunk, size); in sctp_make_op_error_fixed() 1181 retval = sctp_make_op_error_space(asoc, chunk, paylen + reserve_tail); in sctp_make_op_error() 1748 *errp = sctp_make_op_error_space(asoc, chunk, len); in sctp_unpack_cookie() 1841 *errp = sctp_make_op_error_space(asoc, chunk, len); in sctp_process_missing_param() 1863 *errp = sctp_make_op_error_space(asoc, chunk, 0); in sctp_process_inv_mandatory() 1908 *errp = sctp_make_op_error_space(asoc, chunk, len); in sctp_process_hn_param()
|