Searched refs:sctp_make_op_error (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/net/sctp/ |
D | sm.h | 233 struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc,
|
/linux-6.6.21/net/sctp/ |
D | sm_statefuns.c | 1902 err = sctp_make_op_error(asoc, chunk, in sctp_sf_do_dupcook_a() 4454 err_chunk = sctp_make_op_error(asoc, chunk, in sctp_sf_eat_auth() 4548 err_chunk = sctp_make_op_error(asoc, unk_chunk, in sctp_sf_unk_chunk() 4566 err_chunk = sctp_make_op_error(asoc, unk_chunk, in sctp_sf_unk_chunk() 6648 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()
|