Searched refs:MSIZE (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/libs/compat/freebsd_network/
H A Dmbuf.c314 sMBufCache = create_object_cache("mbufs", MSIZE, 8, NULL, NULL, NULL);
H A Dfbsd_uipc_mbuf.c132 CTASSERT(MSIZE - offsetof(struct mbuf, m_dat) == MLEN);
133 CTASSERT(MSIZE - offsetof(struct mbuf, m_pktdat) == MHLEN);
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmbuf.h17 #define MLEN ((int)(MSIZE - MHSIZE))
18 #define MHLEN ((int)(MSIZE - MPKTHSIZE))
H A Dparam.h33 #ifndef MSIZE
34 #define MSIZE 256 macro

Completed in 52 milliseconds