Lines Matching refs:param_hdr
210 random_len = ntohs(random->param_hdr.length); in sctp_auth_make_key_vector()
211 hmacs_len = ntohs(hmacs->param_hdr.length); in sctp_auth_make_key_vector()
213 chunks_len = ntohs(chunks->param_hdr.length); in sctp_auth_make_key_vector()
562 n_elt = (ntohs(hmacs->param_hdr.length) - in sctp_auth_asoc_get_hmac()
614 n_elt = (ntohs(hmacs->param_hdr.length) - in sctp_auth_asoc_verify_hmac_id()
638 n_params = (ntohs(hmacs->param_hdr.length) - in sctp_auth_asoc_set_default_hmac()
664 if (!param || param->param_hdr.length == 0) in __sctp_auth_cid()
667 len = ntohs(param->param_hdr.length) - sizeof(struct sctp_paramhdr); in __sctp_auth_cid()
794 param_len = ntohs(p->param_hdr.length); in sctp_auth_ep_add_chunkid()
800 p->param_hdr.length = htons(param_len + 1); in sctp_auth_ep_add_chunkid()
834 ep->auth_hmacs_list->param_hdr.length = in sctp_auth_ep_set_hmacs()