Searched refs:sctp_make_op_error (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/net/sctp/ | 
| D | sm.h | 230 struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc,
 | 
| /Linux-v5.4/net/sctp/ | 
| D | sm_statefuns.c | 1809 		err = sctp_make_op_error(asoc, chunk,  in sctp_sf_do_dupcook_a()4296 		err_chunk = sctp_make_op_error(asoc, chunk,  in sctp_sf_eat_auth()
 4390 		err_chunk = sctp_make_op_error(asoc, unk_chunk,  in sctp_sf_unk_chunk()
 4408 		err_chunk = sctp_make_op_error(asoc, unk_chunk,  in sctp_sf_unk_chunk()
 6486 		err = sctp_make_op_error(asoc, chunk, SCTP_ERROR_INV_STRM,  in sctp_eat_data()
 
 | 
| D | sm_make_chunk.c | 1257 struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc,  in sctp_make_op_error()  function1806 		*errp = sctp_make_op_error(asoc, chunk,  in sctp_unpack_cookie()
 1962 	*errp = sctp_make_op_error(asoc, chunk, SCTP_ERROR_DNS_FAILED,  in sctp_process_hn_param()
 
 |