Home
last modified time | relevance | path

Searched refs:n_elt (Results 1 – 2 of 2) sorted by relevance

/net/sctp/
Dauth.c525 __u16 n_elt; in sctp_auth_asoc_get_hmac() local
540 n_elt = (ntohs(hmacs->param_hdr.length) - sizeof(sctp_paramhdr_t)) >> 1; in sctp_auth_asoc_get_hmac()
541 for (i = 0; i < n_elt; i++) { in sctp_auth_asoc_get_hmac()
585 __u16 n_elt; in sctp_auth_asoc_verify_hmac_id() local
591 n_elt = (ntohs(hmacs->param_hdr.length) - sizeof(sctp_paramhdr_t)) >> 1; in sctp_auth_asoc_verify_hmac_id()
593 return __sctp_auth_find_hmacid(hmacs->hmac_ids, n_elt, hmac_id); in sctp_auth_asoc_verify_hmac_id()
Dsm_make_chunk.c2002 __u16 n_elt, id = 0; in sctp_verify_param() local
2081 n_elt = (ntohs(param.p->length) - sizeof(sctp_paramhdr_t)) >> 1; in sctp_verify_param()
2087 for (i = 0; i < n_elt; i++) { in sctp_verify_param()