Searched refs:sctp_make_op_error (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/net/sctp/ |
D | sm.h | 245 struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc,
|
/Linux-v4.19/net/sctp/ |
D | sm_statefuns.c | 1824 err = sctp_make_op_error(asoc, chunk, in sctp_sf_do_dupcook_a() 4290 err_chunk = sctp_make_op_error(asoc, chunk, in sctp_sf_eat_auth() 4384 err_chunk = sctp_make_op_error(asoc, unk_chunk, in sctp_sf_unk_chunk() 4402 err_chunk = sctp_make_op_error(asoc, unk_chunk, in sctp_sf_unk_chunk() 6478 err = sctp_make_op_error(asoc, chunk, SCTP_ERROR_INV_STRM, in sctp_eat_data()
|
D | sm_make_chunk.c | 1265 struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc, in sctp_make_op_error() function 1816 *errp = sctp_make_op_error(asoc, chunk, in sctp_unpack_cookie() 1972 *errp = sctp_make_op_error(asoc, chunk, SCTP_ERROR_DNS_FAILED, in sctp_process_hn_param()
|