HomeSort by relevance Sort by last modified time
    Searched full:aloc_size (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_bsd_addr.c 893 int aloc_size; local
916 aloc_size = MCLBYTES;
918 aloc_size = MJUMPAGESIZE;
921 m_cljget(m, how, aloc_size);
926 if ((aloc_size != MCLBYTES) &&
928 aloc_size -= 10;

Completed in 54 milliseconds