Searched refs:M_PCB (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_os_userspace.h441 #include "user_socketvar.h" /* MALLOC_DECLARE's M_PCB. Replacement for sys/socketvar.h */
782 /* M_PCB is MALLOC_DECLARE'd in sys/socketvar.h */
783 #define SCTP_HASH_INIT(size, hashmark) sctp_hashinit_flags(size, M_PCB, hashmark, HASH_NOWAIT)
785 #define SCTP_HASH_FREE(table, hashmark) sctp_hashdestroy(table, M_PCB, hashmark)
787 #define SCTP_HASH_FREE_DESTROY(table, hashmark) sctp_hashfreedestroy(table, M_PCB, hashmark)
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socketvar.h79 MALLOC_DECLARE(M_PCB); variable
H A Duser_socket.c63 MALLOC_DEFINE(M_PCB, "sctp_pcb", "sctp pcb");

Completed in 4273 milliseconds