sctp_errhdr       444 include/linux/sctp.h 	struct sctp_errhdr err_hdr;
sctp_errhdr       443 include/net/sctp/sctp.h for (err = (struct sctp_errhdr *)((void *)chunk_hdr + \
sctp_errhdr       445 include/net/sctp/sctp.h      ((void *)err + offsetof(struct sctp_errhdr, length) + sizeof(err->length) <=\
sctp_errhdr       448 include/net/sctp/sctp.h      ntohs(err->length) >= sizeof(struct sctp_errhdr); \
sctp_errhdr       449 include/net/sctp/sctp.h      err = (struct sctp_errhdr *)((void *)err + SCTP_PAD4(ntohs(err->length))))
sctp_errhdr       601 include/net/sctp/structs.h 		struct sctp_errhdr *err_hdr;
sctp_errhdr       146 net/sctp/sm_make_chunk.c 	struct sctp_errhdr err;
sctp_errhdr       985 net/sctp/sm_make_chunk.c 				 sizeof(struct sctp_errhdr) + sizeof(tsn));
sctp_errhdr      1021 net/sctp/sm_make_chunk.c 				 sizeof(struct sctp_errhdr) + paylen);
sctp_errhdr      1086 net/sctp/sm_make_chunk.c 	retval = sctp_make_abort(asoc, chunk, sizeof(struct sctp_errhdr) +
sctp_errhdr      1109 net/sctp/sm_make_chunk.c 	size_t payload_len = sizeof(error) + sizeof(struct sctp_errhdr) +
sctp_errhdr      1131 net/sctp/sm_make_chunk.c 	size_t payload_len = sizeof(error) + sizeof(struct sctp_errhdr);
sctp_errhdr      1216 net/sctp/sm_make_chunk.c 				   sizeof(struct sctp_errhdr) + size,
sctp_errhdr      1255 net/sctp/sm_make_chunk.c 	size = sctp_mtu_payload(sp, size, sizeof(struct sctp_errhdr));
sctp_errhdr      2978 net/sctp/sm_make_chunk.c 	struct sctp_errhdr err_param;
sctp_errhdr      3376 net/sctp/sm_make_chunk.c 	struct sctp_errhdr *err_param;
sctp_errhdr       838 net/sctp/sm_sideeffect.c 	abort = sctp_make_abort(asoc, NULL, sizeof(struct sctp_errhdr));
sctp_errhdr       954 net/sctp/sm_sideeffect.c 	struct sctp_errhdr *err_hdr;
sctp_errhdr       958 net/sctp/sm_sideeffect.c 		err_hdr = (struct sctp_errhdr *)(chunk->skb->data);
sctp_errhdr       176 net/sctp/sm_statefuns.c 	struct sctp_errhdr *err;
sctp_errhdr      1270 net/sctp/sm_statefuns.c 	struct sctp_errhdr *errhdr;
sctp_errhdr      1279 net/sctp/sm_statefuns.c 	errhdr = (struct sctp_errhdr *)buffer;
sctp_errhdr      2371 net/sctp/sm_statefuns.c 	struct sctp_errhdr *err;
sctp_errhdr      2439 net/sctp/sm_statefuns.c 	struct sctp_errhdr *err;
sctp_errhdr      2450 net/sctp/sm_statefuns.c 	err = (struct sctp_errhdr *)(chunk->skb->data);
sctp_errhdr      2605 net/sctp/sm_statefuns.c 	if (len >= sizeof(struct sctp_chunkhdr) + sizeof(struct sctp_errhdr))
sctp_errhdr      2606 net/sctp/sm_statefuns.c 		error = ((struct sctp_errhdr *)chunk->skb->data)->cause;
sctp_errhdr      2652 net/sctp/sm_statefuns.c 	if (len >= sizeof(struct sctp_chunkhdr) + sizeof(struct sctp_errhdr))
sctp_errhdr      2653 net/sctp/sm_statefuns.c 		error = ((struct sctp_errhdr *)chunk->skb->data)->cause;
sctp_errhdr      3420 net/sctp/sm_statefuns.c 	struct sctp_errhdr *err;
sctp_errhdr      3542 net/sctp/sm_statefuns.c 	struct sctp_errhdr *err;
sctp_errhdr      3916 net/sctp/sm_statefuns.c 					sizeof(struct sctp_errhdr));
sctp_errhdr      3948 net/sctp/sm_statefuns.c 					sizeof(struct sctp_errhdr));
sctp_errhdr       361 net/sctp/ulpevent.c 	struct sctp_errhdr *ch;
sctp_errhdr       366 net/sctp/ulpevent.c 	ch = (struct sctp_errhdr *)(chunk->skb->data);