Searched refs:sctp_make_op_error_space (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/net/sctp/ |
D | sm_make_chunk.c | 916 static struct sctp_chunk *sctp_make_op_error_space( in sctp_make_op_error_space() function 951 retval = sctp_make_op_error_space(asoc, chunk, paylen); in sctp_make_op_error() 1425 *errp = sctp_make_op_error_space(asoc, chunk, len); in sctp_unpack_cookie() 1518 *errp = sctp_make_op_error_space(asoc, chunk, len); in sctp_process_missing_param() 1539 *errp = sctp_make_op_error_space(asoc, chunk, 0); in sctp_process_inv_mandatory() 1560 *errp = sctp_make_op_error_space(asoc, chunk, payload_len); in sctp_process_inv_paramlength() 1584 *errp = sctp_make_op_error_space(asoc, chunk, len); in sctp_process_hn_param() 1637 *errp = sctp_make_op_error_space(asoc, chunk, in sctp_process_unk_param() 1653 *errp = sctp_make_op_error_space(asoc, chunk, in sctp_process_unk_param()
|