Searched refs:sctp_make_op_error (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/net/sctp/ |
D | sm.h | 230 struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc,
|
/Linux-v5.10/net/sctp/ |
D | sm_statefuns.c | 1819 err = sctp_make_op_error(asoc, chunk, in sctp_sf_do_dupcook_a() 4310 err_chunk = sctp_make_op_error(asoc, chunk, in sctp_sf_eat_auth() 4404 err_chunk = sctp_make_op_error(asoc, unk_chunk, in sctp_sf_unk_chunk() 4422 err_chunk = sctp_make_op_error(asoc, unk_chunk, in sctp_sf_unk_chunk() 6500 err = sctp_make_op_error(asoc, chunk, SCTP_ERROR_INV_STRM, in sctp_eat_data()
|
D | sm_make_chunk.c | 1261 struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc, in sctp_make_op_error() function 1803 *errp = sctp_make_op_error(asoc, chunk, in sctp_unpack_cookie() 1959 *errp = sctp_make_op_error(asoc, chunk, SCTP_ERROR_DNS_FAILED, in sctp_process_hn_param()
|