Symbol: sctp_errhdr
include/linux/sctp.h
449
struct sctp_errhdr err_hdr;
include/net/sctp/sctp.h
438
for (err = (struct sctp_errhdr *)((void *)chunk_hdr + \
include/net/sctp/sctp.h
440
((void *)err + offsetof(struct sctp_errhdr, length) + sizeof(err->length) <=\
include/net/sctp/sctp.h
443
ntohs(err->length) >= sizeof(struct sctp_errhdr); \
include/net/sctp/sctp.h
444
err = (struct sctp_errhdr *)((void *)err + SCTP_PAD4(ntohs(err->length))))
include/net/sctp/structs.h
588
struct sctp_errhdr *err_hdr;
net/sctp/sm_make_chunk.c
1009
sizeof(struct sctp_errhdr) + paylen);
net/sctp/sm_make_chunk.c
1074
retval = sctp_make_abort(asoc, chunk, sizeof(struct sctp_errhdr) +
net/sctp/sm_make_chunk.c
1097
size_t payload_len = sizeof(error) + sizeof(struct sctp_errhdr) +
net/sctp/sm_make_chunk.c
1119
size_t payload_len = sizeof(error) + sizeof(struct sctp_errhdr);
net/sctp/sm_make_chunk.c
1140
sizeof(struct sctp_errhdr) + sizeof(nep));
net/sctp/sm_make_chunk.c
1253
sizeof(struct sctp_errhdr) + size,
net/sctp/sm_make_chunk.c
1292
size = sctp_mtu_payload(sp, size, sizeof(struct sctp_errhdr));
net/sctp/sm_make_chunk.c
138
struct sctp_errhdr err;
net/sctp/sm_make_chunk.c
2986
struct sctp_errhdr err_param;
net/sctp/sm_make_chunk.c
3386
struct sctp_errhdr *err_param;
net/sctp/sm_make_chunk.c
973
sizeof(struct sctp_errhdr) + sizeof(tsn));
net/sctp/sm_sideeffect.c
975
struct sctp_errhdr *err_hdr;
net/sctp/sm_sideeffect.c
979
err_hdr = (struct sctp_errhdr *)(chunk->skb->data);
net/sctp/sm_statefuns.c
1332
struct sctp_errhdr *errhdr;
net/sctp/sm_statefuns.c
1341
errhdr = (struct sctp_errhdr *)buffer;
net/sctp/sm_statefuns.c
1838
abort = sctp_make_abort(asoc, NULL, sizeof(struct sctp_errhdr));
net/sctp/sm_statefuns.c
191
struct sctp_errhdr *err;
net/sctp/sm_statefuns.c
2473
struct sctp_errhdr *err;
net/sctp/sm_statefuns.c
2541
struct sctp_errhdr *err;
net/sctp/sm_statefuns.c
2552
err = (struct sctp_errhdr *)(chunk->skb->data);
net/sctp/sm_statefuns.c
2707
if (len >= sizeof(struct sctp_chunkhdr) + sizeof(struct sctp_errhdr))
net/sctp/sm_statefuns.c
2708
error = ((struct sctp_errhdr *)chunk->skb->data)->cause;
net/sctp/sm_statefuns.c
2754
if (len >= sizeof(struct sctp_chunkhdr) + sizeof(struct sctp_errhdr))
net/sctp/sm_statefuns.c
2755
error = ((struct sctp_errhdr *)chunk->skb->data)->cause;
net/sctp/sm_statefuns.c
3579
struct sctp_errhdr *err;
net/sctp/sm_statefuns.c
3701
struct sctp_errhdr *err;
net/sctp/sm_statefuns.c
4073
sizeof(struct sctp_errhdr));
net/sctp/sm_statefuns.c
4105
sizeof(struct sctp_errhdr));
net/sctp/ulpevent.c
380
struct sctp_errhdr *ch;
net/sctp/ulpevent.c
385
ch = (struct sctp_errhdr *)(chunk->skb->data);