Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h859 #define MINCLSIZE (MLEN + MHLEN) macro
863 #define MINCLSIZE mbuf_get_minclsize() /* cluster usage threshold */ macro
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c1423 mbstat.m_minclsize = MINCLSIZE; in mbuf_table_init()
4420 if (packetlen <= MINCLSIZE) {
4443 } else if (bufsize <= MINCLSIZE) {
4484 if (bufsize <= MINCLSIZE) {
4559 if (wantsize == 0 && packetlen > MINCLSIZE) {
5794 if (len >= MINCLSIZE) {
6113 if (off + len >= MINCLSIZE &&
6133 if (off + len >= MINCLSIZE) {
6198 if (len >= MINCLSIZE) {
H A Duipc_socket.c2341 >= MINCLSIZE) { in sosend()
2364 MINCLSIZE) { in sosend()
2402 bytes_to_alloc > MINCLSIZE) { in sosend()
2408 MINCLSIZE) { in sosend()
2437 if (SOCK_TYPE(so) != SOCK_STREAM || bytes_to_alloc <= MINCLSIZE) { in sosend()
2504 resid < MINCLSIZE)); in sosend()
H A Dkpi_mbuf.c1409 if (len > MINCLSIZE) { in mbuf_copyback()
/xnu-8020.140.41/bsd/netinet/
H A Dmptcp_usrreq.c1180 } else if (len >= (signed)MINCLSIZE) { in mptcp_uiotombuf()