Lines Matching refs:sctp_paramhdr

131 static const struct sctp_paramhdr ecap_param = {
133 cpu_to_be16(sizeof(struct sctp_paramhdr)),
135 static const struct sctp_paramhdr prsctp_param = {
137 cpu_to_be16(sizeof(struct sctp_paramhdr)),
212 struct sctp_paramhdr *auth_chunks = NULL; in sctp_make_init()
213 struct sctp_paramhdr *auth_hmacs = NULL; in sctp_make_init()
286 auth_hmacs = (struct sctp_paramhdr *)asoc->c.auth_hmacs; in sctp_make_init()
293 auth_chunks = (struct sctp_paramhdr *)asoc->c.auth_chunks; in sctp_make_init()
385 struct sctp_paramhdr *auth_chunks = NULL; in sctp_make_init_ack()
386 struct sctp_paramhdr *auth_random = NULL; in sctp_make_init_ack()
387 struct sctp_paramhdr *auth_hmacs = NULL; in sctp_make_init_ack()
449 auth_random = (struct sctp_paramhdr *)asoc->c.auth_random; in sctp_make_init_ack()
452 auth_hmacs = (struct sctp_paramhdr *)asoc->c.auth_hmacs; in sctp_make_init_ack()
458 auth_chunks = (struct sctp_paramhdr *)asoc->c.auth_chunks; in sctp_make_init_ack()
1080 struct sctp_paramhdr phdr; in sctp_make_abort_violation()
1102 struct sctp_paramhdr *param) in sctp_make_violation_paramlen()
1667 headersize = sizeof(struct sctp_paramhdr) + in sctp_pack_cookie()
1969 struct sctp_paramhdr *param, in sctp_process_inv_paramlength()
2015 __u16 num_ext = ntohs(param.p->length) - sizeof(struct sctp_paramhdr); in sctp_verify_ext_param()
2049 __u16 num_ext = ntohs(param.p->length) - sizeof(struct sctp_paramhdr); in sctp_process_ext_param()
2202 sizeof(struct sctp_paramhdr)) { in sctp_verify_param()
2230 sizeof(struct sctp_paramhdr)) { in sctp_verify_param()
2259 sizeof(struct sctp_paramhdr)) >> 1; in sctp_verify_param()
2612 sat = ntohs(param.p->length) - sizeof(struct sctp_paramhdr); in sctp_process_param()
2639 ntohs(param.p->length) - sizeof(struct sctp_paramhdr); in sctp_process_param()
3206 struct sctp_paramhdr **errp) in sctp_verify_asconf()
3881 struct sctp_paramhdr **errp) in sctp_verify_reconf()