Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/sys/
H A Dmbuf.h953 #define MINCLSIZE (MLEN + MHLEN) macro
957 #define MINCLSIZE mbuf_get_minclsize() /* cluster usage threshold */ macro
/xnu-11417.101.15/bsd/kern/
H A Duipc_mbuf.c2074 mbstat.m_minclsize = MINCLSIZE; in mbuf_table_init()
5291 if (packetlen <= MINCLSIZE) {
5315 } else if (bufsize <= MINCLSIZE) {
5364 if (bufsize <= MINCLSIZE) {
5458 if (wantsize == 0 && packetlen > MINCLSIZE) {
7202 if (off + len >= MINCLSIZE &&
7222 if (off + len >= MINCLSIZE) {
7287 if (len >= MINCLSIZE) {
H A Duipc_socket.c2350 >= MINCLSIZE) { in sosend()
2373 MINCLSIZE) { in sosend()
2411 bytes_to_alloc > MINCLSIZE) { in sosend()
2417 MINCLSIZE) { in sosend()
2446 if (SOCK_TYPE(so) != SOCK_STREAM || bytes_to_alloc <= MINCLSIZE) { in sosend()
2513 resid < MINCLSIZE)); in sosend()
H A Dkpi_mbuf.c1562 if (len > MINCLSIZE) { in mbuf_copyback()
/xnu-11417.101.15/bsd/netinet/
H A Dmptcp_usrreq.c1185 } else if (len >= (signed)MINCLSIZE) { in mptcp_uiotombuf()