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()
1618 headersize = sizeof(struct sctp_paramhdr) + in sctp_pack_cookie()
1927 struct sctp_paramhdr *param, in sctp_process_inv_paramlength()
1973 __u16 num_ext = ntohs(param.p->length) - sizeof(struct sctp_paramhdr); in sctp_verify_ext_param()
2007 __u16 num_ext = ntohs(param.p->length) - sizeof(struct sctp_paramhdr); in sctp_process_ext_param()
2181 sizeof(struct sctp_paramhdr)) { in sctp_verify_param()
2210 sizeof(struct sctp_paramhdr)) >> 1; in sctp_verify_param()
2560 sat = ntohs(param.p->length) - sizeof(struct sctp_paramhdr); in sctp_process_param()
2587 ntohs(param.p->length) - sizeof(struct sctp_paramhdr); in sctp_process_param()
3155 struct sctp_paramhdr **errp) in sctp_verify_asconf()
3829 struct sctp_paramhdr **errp) in sctp_verify_reconf()