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

/linux-4.4.14/net/sctp/
H A Dauth.c529 __u16 n_elt; sctp_auth_asoc_get_hmac() local
544 n_elt = (ntohs(hmacs->param_hdr.length) - sizeof(sctp_paramhdr_t)) >> 1; sctp_auth_asoc_get_hmac()
545 for (i = 0; i < n_elt; i++) { sctp_auth_asoc_get_hmac()
589 __u16 n_elt; sctp_auth_asoc_verify_hmac_id() local
595 n_elt = (ntohs(hmacs->param_hdr.length) - sizeof(sctp_paramhdr_t)) >> 1; sctp_auth_asoc_verify_hmac_id()
597 return __sctp_auth_find_hmacid(hmacs->hmac_ids, n_elt, hmac_id); sctp_auth_asoc_verify_hmac_id()
H A Dsm_make_chunk.c2115 __u16 n_elt, id = 0; sctp_verify_param() local
2194 n_elt = (ntohs(param.p->length) - sizeof(sctp_paramhdr_t)) >> 1; sctp_verify_param()
2200 for (i = 0; i < n_elt; i++) { sctp_verify_param()

Completed in 255 milliseconds