Searched refs:sctp_make_op_error (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/net/sctp/ |
D | sm.h | 236 struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc,
|
/linux-6.1.9/net/sctp/ |
D | sm_statefuns.c | 1904 err = sctp_make_op_error(asoc, chunk, in sctp_sf_do_dupcook_a() 4456 err_chunk = sctp_make_op_error(asoc, chunk, in sctp_sf_eat_auth() 4550 err_chunk = sctp_make_op_error(asoc, unk_chunk, in sctp_sf_unk_chunk() 4568 err_chunk = sctp_make_op_error(asoc, unk_chunk, in sctp_sf_unk_chunk() 6650 err = sctp_make_op_error(asoc, chunk, SCTP_ERROR_INV_STRM, in sctp_eat_data()
|
D | sm_make_chunk.c | 1306 struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc, in sctp_make_op_error() function 1848 *errp = sctp_make_op_error(asoc, chunk, in sctp_unpack_cookie() 2004 *errp = sctp_make_op_error(asoc, chunk, SCTP_ERROR_DNS_FAILED, in sctp_process_hn_param()
|