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

/net/sctp/
H A Dauth.c520 __u16 n_elt; local
535 n_elt = (ntohs(hmacs->param_hdr.length) - sizeof(sctp_paramhdr_t)) >> 1;
536 for (i = 0; i < n_elt; i++) {
580 __u16 n_elt; local
586 n_elt = (ntohs(hmacs->param_hdr.length) - sizeof(sctp_paramhdr_t)) >> 1;
588 return __sctp_auth_find_hmacid(hmacs->hmac_ids, n_elt, hmac_id);
H A Dsm_make_chunk.c2115 __u16 n_elt, id = 0; local
2194 n_elt = (ntohs(param.p->length) - sizeof(sctp_paramhdr_t)) >> 1;
2200 for (i = 0; i < n_elt; i++) {

Completed in 206 milliseconds