Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dauth.c527 __u16 n_elt; in sctp_auth_asoc_get_hmac() local
542 n_elt = (ntohs(hmacs->param_hdr.length) - in sctp_auth_asoc_get_hmac()
544 for (i = 0; i < n_elt; i++) { in sctp_auth_asoc_get_hmac()
588 __u16 n_elt; in sctp_auth_asoc_verify_hmac_id() local
594 n_elt = (ntohs(hmacs->param_hdr.length) - in sctp_auth_asoc_verify_hmac_id()
597 return __sctp_auth_find_hmacid(hmacs->hmac_ids, n_elt, hmac_id); in sctp_auth_asoc_verify_hmac_id()
H A Dsm_make_chunk.c2172 __u16 n_elt, id = 0; in sctp_verify_param() local
2258 n_elt = (ntohs(param.p->length) - in sctp_verify_param()
2265 for (i = 0; i < n_elt; i++) { in sctp_verify_param()