HomeSort by relevance Sort by last modified time
    Searched refs:MBUF_MEM_NAME (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h 121 #define MBUF_MEM_NAME "mbuf"
user_mbuf.c 344 /* zone_mbuf = umem_cache_create(MBUF_MEM_NAME, MSIZE, 0,
348 zone_mbuf = umem_cache_create(MBUF_MEM_NAME, MSIZE, 0, NULL, NULL, NULL, NULL, NULL, 0);*/
350 SCTP_ZONE_INIT(zone_mbuf, MBUF_MEM_NAME, MSIZE, 0);
352 zone_mbuf = umem_cache_create(MBUF_MEM_NAME, MSIZE, 0,
    [all...]

Completed in 201 milliseconds