Searched refs:err_chunk (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sctp/
H A Dsm_statefuns.c82 struct sctp_chunk *err_chunk);
250 struct sctp_chunk *err_chunk; local
299 err_chunk = NULL;
302 &err_chunk)) {
306 if (err_chunk) {
308 (__u8 *)(err_chunk->chunk_hdr) +
310 ntohs(err_chunk->chunk_hdr->length) -
313 sctp_chunk_free(err_chunk);
352 if (err_chunk)
353 len = ntohs(err_chunk
443 struct sctp_chunk *err_chunk; local
1256 struct sctp_chunk *err_chunk; local
3524 struct sctp_chunk *err_chunk; local
5140 sctp_send_stale_cookie_err(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...]
H A Dsm_make_chunk.c804 goto err_chunk;
829 err_chunk:
1710 struct sctp_chunk **err_chunk)
1729 return sctp_process_hn_param(asoc, param, chunk, err_chunk);
1737 return sctp_process_unk_param(asoc, param, chunk, err_chunk);
1706 sctp_verify_param(const struct sctp_association *asoc, union sctp_params param, sctp_cid_t cid, struct sctp_chunk *chunk, struct sctp_chunk **err_chunk) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/sctp/
H A Dstructs.h1317 struct sctp_chunk **err_chunk);

Completed in 164 milliseconds