Symbol: sctp_paramhdr
include/linux/sctp.h
282
struct sctp_paramhdr param_hdr;
include/linux/sctp.h
288
struct sctp_paramhdr param_hdr;
include/linux/sctp.h
294
struct sctp_paramhdr param_hdr;
include/linux/sctp.h
300
struct sctp_paramhdr param_hdr;
include/linux/sctp.h
306
struct sctp_paramhdr param_hdr;
include/linux/sctp.h
312
struct sctp_paramhdr param_hdr;
include/linux/sctp.h
318
struct sctp_paramhdr param_hdr;
include/linux/sctp.h
324
struct sctp_paramhdr param_hdr;
include/linux/sctp.h
330
struct sctp_paramhdr param_hdr;
include/linux/sctp.h
336
struct sctp_paramhdr param_hdr;
include/linux/sctp.h
351
struct sctp_paramhdr p;
include/linux/sctp.h
357
struct sctp_paramhdr param_hdr;
include/linux/sctp.h
358
struct sctp_paramhdr unrecognized;
include/linux/sctp.h
403
struct sctp_paramhdr info;
include/linux/sctp.h
662
struct sctp_paramhdr param_hdr;
include/linux/sctp.h
747
struct sctp_paramhdr param_hdr;
include/linux/sctp.h
755
struct sctp_paramhdr param_hdr;
include/linux/sctp.h
761
struct sctp_paramhdr param_hdr;
include/linux/sctp.h
766
struct sctp_paramhdr param_hdr;
include/linux/sctp.h
783
struct sctp_paramhdr param_hdr;
include/linux/sctp.h
789
struct sctp_paramhdr param_hdr;
include/net/sctp/sctp.h
321
#define SCTP_SAT_LEN(x) (sizeof(struct sctp_paramhdr) + (x) * sizeof(__u16))
include/net/sctp/sctp.h
428
(pos.v + offsetof(struct sctp_paramhdr, length) + sizeof(pos.p->length) <=\
include/net/sctp/sctp.h
431
ntohs(pos.p->length) >= sizeof(struct sctp_paramhdr);\
include/net/sctp/sm.h
217
struct sctp_paramhdr *param);
include/net/sctp/sm.h
245
struct sctp_paramhdr **errp);
include/net/sctp/sm.h
271
struct sctp_paramhdr **errp);
include/net/sctp/structs.h
313
__u8 auth_random[sizeof(struct sctp_paramhdr) +
include/net/sctp/structs.h
316
__u8 auth_chunks[sizeof(struct sctp_paramhdr) + SCTP_AUTH_MAX_CHUNKS];
include/net/sctp/structs.h
341
struct sctp_paramhdr p;
include/net/sctp/structs.h
351
struct sctp_paramhdr *p;
include/net/sctp/structs.h
375
struct sctp_paramhdr param_hdr;
net/sctp/associola.c
271
p = (struct sctp_paramhdr *)asoc->c.auth_random;
net/sctp/associola.c
58
struct sctp_paramhdr *p;
net/sctp/auth.c
476
sizeof(struct sctp_paramhdr)) >> 1;
net/sctp/auth.c
512
sizeof(struct sctp_paramhdr)) >> 1;
net/sctp/auth.c
535
sizeof(struct sctp_paramhdr)) >> 1;
net/sctp/auth.c
556
len = ntohs(param->param_hdr.length) - sizeof(struct sctp_paramhdr);
net/sctp/auth.c
674
nchunks = param_len - sizeof(struct sctp_paramhdr);
net/sctp/auth.c
711
htons(sizeof(struct sctp_paramhdr) +
net/sctp/auth.c
945
htons(sizeof(struct sctp_paramhdr) + 2);
net/sctp/auth.c
960
htons(sizeof(struct sctp_paramhdr));
net/sctp/bind_addr.c
267
struct sctp_paramhdr *param;
net/sctp/bind_addr.c
275
param = (struct sctp_paramhdr *)raw_addr_list;
net/sctp/input.c
1201
if (ntohs(ch->length) < sizeof(*asconf) + sizeof(struct sctp_paramhdr))
net/sctp/sm_make_chunk.c
1072
struct sctp_paramhdr phdr;
net/sctp/sm_make_chunk.c
1094
struct sctp_paramhdr *param)
net/sctp/sm_make_chunk.c
123
static const struct sctp_paramhdr ecap_param = {
net/sctp/sm_make_chunk.c
125
cpu_to_be16(sizeof(struct sctp_paramhdr)),
net/sctp/sm_make_chunk.c
127
static const struct sctp_paramhdr prsctp_param = {
net/sctp/sm_make_chunk.c
129
cpu_to_be16(sizeof(struct sctp_paramhdr)),
net/sctp/sm_make_chunk.c
1659
headersize = sizeof(struct sctp_paramhdr) +
net/sctp/sm_make_chunk.c
1939
struct sctp_paramhdr *param,
net/sctp/sm_make_chunk.c
1985
__u16 num_ext = ntohs(param.p->length) - sizeof(struct sctp_paramhdr);
net/sctp/sm_make_chunk.c
2019
__u16 num_ext = ntohs(param.p->length) - sizeof(struct sctp_paramhdr);
net/sctp/sm_make_chunk.c
204
struct sctp_paramhdr *auth_chunks = NULL;
net/sctp/sm_make_chunk.c
205
struct sctp_paramhdr *auth_hmacs = NULL;
net/sctp/sm_make_chunk.c
2172
sizeof(struct sctp_paramhdr)) {
net/sctp/sm_make_chunk.c
2200
sizeof(struct sctp_paramhdr)) {
net/sctp/sm_make_chunk.c
2229
sizeof(struct sctp_paramhdr)) >> 1;
net/sctp/sm_make_chunk.c
2578
sat = ntohs(param.p->length) - sizeof(struct sctp_paramhdr);
net/sctp/sm_make_chunk.c
2601
ntohs(param.p->length) - sizeof(struct sctp_paramhdr);
net/sctp/sm_make_chunk.c
278
auth_hmacs = (struct sctp_paramhdr *)asoc->c.auth_hmacs;
net/sctp/sm_make_chunk.c
285
auth_chunks = (struct sctp_paramhdr *)asoc->c.auth_chunks;
net/sctp/sm_make_chunk.c
3168
struct sctp_paramhdr **errp)
net/sctp/sm_make_chunk.c
377
struct sctp_paramhdr *auth_chunks = NULL;
net/sctp/sm_make_chunk.c
378
struct sctp_paramhdr *auth_random = NULL;
net/sctp/sm_make_chunk.c
379
struct sctp_paramhdr *auth_hmacs = NULL;
net/sctp/sm_make_chunk.c
3843
struct sctp_paramhdr **errp)
net/sctp/sm_make_chunk.c
441
auth_random = (struct sctp_paramhdr *)asoc->c.auth_random;
net/sctp/sm_make_chunk.c
444
auth_hmacs = (struct sctp_paramhdr *)asoc->c.auth_hmacs;
net/sctp/sm_make_chunk.c
450
auth_chunks = (struct sctp_paramhdr *)asoc->c.auth_chunks;
net/sctp/sm_statefuns.c
1172
struct sctp_paramhdr *param_hdr;
net/sctp/sm_statefuns.c
1191
param_hdr = (struct sctp_paramhdr *)chunk->subh.hb_hdr;
net/sctp/sm_statefuns.c
3879
struct sctp_paramhdr *err_param = NULL;
net/sctp/sm_statefuns.c
4021
struct sctp_paramhdr *err_param = NULL;
net/sctp/sm_statefuns.c
4135
struct sctp_paramhdr *err_param = NULL;
net/sctp/sm_statefuns.c
4848
struct sctp_paramhdr *param = ext;
net/sctp/socket.c
6949
sizeof(struct sctp_paramhdr);
net/sctp/socket.c
7035
num_chunks = ntohs(ch->param_hdr.length) - sizeof(struct sctp_paramhdr);
net/sctp/socket.c
7085
num_chunks = ntohs(ch->param_hdr.length) - sizeof(struct sctp_paramhdr);
net/sctp/stream.c
482
static struct sctp_paramhdr *sctp_chunk_lookup_strreset_param(
net/sctp/stream.c
923
struct sctp_paramhdr *req;