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

/net/sctp/
H A Dauth.c529 __u16 n_elt; local
544 n_elt = (ntohs(hmacs->param_hdr.length) - sizeof(sctp_paramhdr_t)) >> 1;
545 for (i = 0; i < n_elt; i++) {
593 __u16 n_elt; local
599 n_elt = (ntohs(hmacs->param_hdr.length) - sizeof(sctp_paramhdr_t)) >> 1;
601 return __sctp_auth_find_hmacid(hmacs->hmac_ids, n_elt, hmac_id);
H A Dsm_make_chunk.c2098 __u16 n_elt, id = 0; local
2177 n_elt = (ntohs(param.p->length) - sizeof(sctp_paramhdr_t)) >> 1;
2183 for (i = 0; i < n_elt; i++) {

Completed in 9 milliseconds