Lines Matching refs:sctp_paramhdr

146 static const struct sctp_paramhdr ecap_param = {
148 cpu_to_be16(sizeof(struct sctp_paramhdr)),
150 static const struct sctp_paramhdr prsctp_param = {
152 cpu_to_be16(sizeof(struct sctp_paramhdr)),
228 struct sctp_paramhdr *auth_chunks = NULL; in sctp_make_init()
229 struct sctp_paramhdr *auth_hmacs = NULL; in sctp_make_init()
300 auth_hmacs = (struct sctp_paramhdr *)asoc->c.auth_hmacs; in sctp_make_init()
307 auth_chunks = (struct sctp_paramhdr *)asoc->c.auth_chunks; in sctp_make_init()
398 struct sctp_paramhdr *auth_chunks = NULL; in sctp_make_init_ack()
399 struct sctp_paramhdr *auth_random = NULL; in sctp_make_init_ack()
400 struct sctp_paramhdr *auth_hmacs = NULL; in sctp_make_init_ack()
462 auth_random = (struct sctp_paramhdr *)asoc->c.auth_random; in sctp_make_init_ack()
465 auth_hmacs = (struct sctp_paramhdr *)asoc->c.auth_hmacs; in sctp_make_init_ack()
471 auth_chunks = (struct sctp_paramhdr *)asoc->c.auth_chunks; in sctp_make_init_ack()
1088 struct sctp_paramhdr phdr; in sctp_make_abort_violation()
1110 struct sctp_paramhdr *param) in sctp_make_violation_paramlen()
1626 headersize = sizeof(struct sctp_paramhdr) + in sctp_pack_cookie()
1937 struct sctp_paramhdr *param, in sctp_process_inv_paramlength()
1981 __u16 num_ext = ntohs(param.p->length) - sizeof(struct sctp_paramhdr); in sctp_verify_ext_param()
2015 __u16 num_ext = ntohs(param.p->length) - sizeof(struct sctp_paramhdr); in sctp_process_ext_param()
2191 sizeof(struct sctp_paramhdr)) { in sctp_verify_param()
2220 sizeof(struct sctp_paramhdr)) >> 1; in sctp_verify_param()
2576 sat = ntohs(param.p->length) - sizeof(struct sctp_paramhdr); in sctp_process_param()
2603 ntohs(param.p->length) - sizeof(struct sctp_paramhdr); in sctp_process_param()
3160 struct sctp_paramhdr **errp) in sctp_verify_asconf()
3834 struct sctp_paramhdr **errp) in sctp_verify_reconf()