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()
1084 struct sctp_paramhdr phdr; in sctp_make_abort_violation()
1106 struct sctp_paramhdr *param) in sctp_make_violation_paramlen()
1622 headersize = sizeof(struct sctp_paramhdr) + in sctp_pack_cookie()
1924 struct sctp_paramhdr *param, in sctp_process_inv_paramlength()
1970 __u16 num_ext = ntohs(param.p->length) - sizeof(struct sctp_paramhdr); in sctp_verify_ext_param()
2004 __u16 num_ext = ntohs(param.p->length) - sizeof(struct sctp_paramhdr); in sctp_process_ext_param()
2178 sizeof(struct sctp_paramhdr)) { in sctp_verify_param()
2207 sizeof(struct sctp_paramhdr)) >> 1; in sctp_verify_param()
2556 sat = ntohs(param.p->length) - sizeof(struct sctp_paramhdr); in sctp_process_param()
2583 ntohs(param.p->length) - sizeof(struct sctp_paramhdr); in sctp_process_param()
3151 struct sctp_paramhdr **errp) in sctp_verify_asconf()
3825 struct sctp_paramhdr **errp) in sctp_verify_reconf()