Searched refs:MSIZE (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dparam.h33 #ifndef MSIZE
34 #define MSIZE 256 macro
H A Dmbuf.h17 #define MLEN ((int)(MSIZE - MHSIZE))
18 #define MHLEN ((int)(MSIZE - MPKTHSIZE))
/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);

Completed in 45 milliseconds