Searched defs:err_chunk (Results 1 - 2 of 2) sorted by relevance

/net/sctp/
H A Dsm_make_chunk.c1013 goto err_chunk;
1039 err_chunk:
2111 struct sctp_chunk **err_chunk)
2147 sctp_process_hn_param(asoc, param, chunk, err_chunk);
2168 chunk, err_chunk);
2184 chunk, err_chunk);
2209 err_chunk);
2218 retval = sctp_process_unk_param(asoc, param, chunk, err_chunk);
2105 sctp_verify_param(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, union sctp_params param, sctp_cid_t cid, struct sctp_chunk *chunk, struct sctp_chunk **err_chunk) argument
H A Dsm_statefuns.c79 struct sctp_chunk *err_chunk);
313 struct sctp_chunk *err_chunk; local
362 err_chunk = NULL;
365 &err_chunk)) {
369 if (err_chunk) {
371 (__u8 *)(err_chunk->chunk_hdr) +
373 ntohs(err_chunk->chunk_hdr->length) -
376 sctp_chunk_free(err_chunk);
419 if (err_chunk)
420 len = ntohs(err_chunk
508 struct sctp_chunk *err_chunk; local
1398 struct sctp_chunk *err_chunk; local
4071 struct sctp_chunk *err_chunk; local
4167 struct sctp_chunk *err_chunk; local
6061 sctp_send_stale_cookie_err(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const struct sctp_chunk *chunk, sctp_cmd_seq_t *commands, struct sctp_chunk *err_chunk) argument
[all...]

Completed in 25 milliseconds