Home
last modified time | relevance | path

Searched refs:MINCLSIZE (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/bsd/kern/
H A Duipc_mbuf.c1234 mbstat.m_minclsize = MINCLSIZE; in mbuf_table_init()
2248 if (packetlen <= MINCLSIZE) { in m_allocpacket_internal()
2272 } else if (bufsize <= MINCLSIZE) { in m_allocpacket_internal()
2314 if (bufsize <= MINCLSIZE) { in m_allocpacket_internal()
2388 if (wantsize == 0 && packetlen > MINCLSIZE) { in m_allocpacket_internal()
3869 if (off + len >= MINCLSIZE && in m_copyback0()
3889 if (off + len >= MINCLSIZE) { in m_copyback0()
3948 if (len >= MINCLSIZE) { in m_copyback0()
H A Duipc_socket.c2222 >= MINCLSIZE) { in sosend()
2245 MINCLSIZE) { in sosend()
2283 bytes_to_alloc > MINCLSIZE) { in sosend()
2289 MINCLSIZE) { in sosend()
2318 if (SOCK_TYPE(so) != SOCK_STREAM || bytes_to_alloc <= MINCLSIZE) { in sosend()
2385 resid < MINCLSIZE)); in sosend()
H A Duipc_mbuf_mcache.c3567 if (packetlen <= MINCLSIZE) {
3591 } else if (bufsize <= MINCLSIZE) {
3632 if (bufsize <= MINCLSIZE) {
3708 if (wantsize == 0 && packetlen > MINCLSIZE) {
H A Dkpi_mbuf.c1573 if (len > MINCLSIZE) { in mbuf_copyback()
/xnu-12377.61.12/bsd/sys/
H A Dmbuf.h952 #define MINCLSIZE (MLEN + MHLEN) macro
956 #define MINCLSIZE mbuf_get_minclsize() /* cluster usage threshold */ macro
/xnu-12377.61.12/bsd/netinet/
H A Dmptcp_usrreq.c1187 } else if (len >= (signed)MINCLSIZE) { in mptcp_uiotombuf()