Symbol: sctp_errhdr
include/linux/sctp.h
449
struct sctp_errhdr err_hdr;
include/net/sctp/sctp.h
439
for (err = (struct sctp_errhdr *)((void *)chunk_hdr + \
include/net/sctp/sctp.h
441
((void *)err + offsetof(struct sctp_errhdr, length) + sizeof(err->length) <=\
include/net/sctp/sctp.h
444
ntohs(err->length) >= sizeof(struct sctp_errhdr); \
include/net/sctp/sctp.h
445
err = (struct sctp_errhdr *)((void *)err + SCTP_PAD4(ntohs(err->length))))
include/net/sctp/structs.h
589
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
3011
struct sctp_errhdr err_param;
net/sctp/sm_make_chunk.c
3420
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
1348
struct sctp_errhdr *errhdr;
net/sctp/sm_statefuns.c
1357
errhdr = (struct sctp_errhdr *)buffer;
net/sctp/sm_statefuns.c
1863
abort = sctp_make_abort(asoc, NULL, sizeof(struct sctp_errhdr));
net/sctp/sm_statefuns.c
192
struct sctp_errhdr *err;
net/sctp/sm_statefuns.c
2515
struct sctp_errhdr *err;
net/sctp/sm_statefuns.c
2584
struct sctp_errhdr *err)
net/sctp/sm_statefuns.c
2749
if (len >= sizeof(struct sctp_chunkhdr) + sizeof(struct sctp_errhdr))
net/sctp/sm_statefuns.c
2750
error = ((struct sctp_errhdr *)chunk->skb->data)->cause;
net/sctp/sm_statefuns.c
2796
if (len >= sizeof(struct sctp_chunkhdr) + sizeof(struct sctp_errhdr))
net/sctp/sm_statefuns.c
2797
error = ((struct sctp_errhdr *)chunk->skb->data)->cause;
net/sctp/sm_statefuns.c
3621
struct sctp_errhdr *err;
net/sctp/sm_statefuns.c
3743
struct sctp_errhdr *err;
net/sctp/sm_statefuns.c
4115
sizeof(struct sctp_errhdr));
net/sctp/sm_statefuns.c
4147
sizeof(struct sctp_errhdr));
net/sctp/sm_statefuns.c
78
struct sctp_errhdr *err);
net/sctp/ulpevent.c
380
struct sctp_errhdr *ch;
net/sctp/ulpevent.c
385
ch = (struct sctp_errhdr *)(chunk->skb->data);