Lines Matching refs:sctp_paramhdr_t
235 sctp_paramhdr_t *auth_chunks = NULL, in sctp_make_init()
287 auth_hmacs = (sctp_paramhdr_t *)asoc->c.auth_hmacs; in sctp_make_init()
294 auth_chunks = (sctp_paramhdr_t *)asoc->c.auth_chunks; in sctp_make_init()
398 sctp_paramhdr_t *auth_chunks = NULL, in sctp_make_init_ack()
444 auth_random = (sctp_paramhdr_t *)asoc->c.auth_random; in sctp_make_init_ack()
447 auth_hmacs = (sctp_paramhdr_t *)asoc->c.auth_hmacs; in sctp_make_init_ack()
453 auth_chunks = (sctp_paramhdr_t *)asoc->c.auth_chunks; in sctp_make_init_ack()
1077 + sizeof(sctp_paramhdr_t)); in sctp_make_abort_violation()
1082 + sizeof(sctp_paramhdr_t)); in sctp_make_abort_violation()
1087 sctp_addto_param(retval, sizeof(sctp_paramhdr_t), &phdr); in sctp_make_abort_violation()
1101 sizeof(sctp_paramhdr_t); in sctp_make_violation_paramlen()
1108 sizeof(error) + sizeof(sctp_paramhdr_t)); in sctp_make_violation_paramlen()
1110 sctp_addto_param(retval, sizeof(sctp_paramhdr_t), param); in sctp_make_violation_paramlen()
1615 headersize = sizeof(sctp_paramhdr_t) + in sctp_pack_cookie()
1966 __u16 num_ext = ntohs(param.p->length) - sizeof(sctp_paramhdr_t); in sctp_verify_ext_param()
2001 __u16 num_ext = ntohs(param.p->length) - sizeof(sctp_paramhdr_t); in sctp_process_ext_param()
2166 ntohs(param.p->length) - sizeof(sctp_paramhdr_t)) { in sctp_verify_param()
2194 n_elt = (ntohs(param.p->length) - sizeof(sctp_paramhdr_t)) >> 1; in sctp_verify_param()
2558 sat = ntohs(param.p->length) - sizeof(sctp_paramhdr_t); in sctp_process_param()
2585 ntohs(param.p->length) - sizeof(sctp_paramhdr_t); in sctp_process_param()
3168 sizeof(sctp_paramhdr_t)) in sctp_verify_asconf()