Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dmbuf.h861 #define MINCLSIZE (MLEN + MHLEN) macro
865 #define MINCLSIZE mbuf_get_minclsize() /* cluster usage threshold */ macro
/xnu-8796.141.3/bsd/kern/
H A Duipc_mbuf.c1423 mbstat.m_minclsize = MINCLSIZE; in mbuf_table_init()
4438 if (packetlen <= MINCLSIZE) {
4461 } else if (bufsize <= MINCLSIZE) {
4502 if (bufsize <= MINCLSIZE) {
4577 if (wantsize == 0 && packetlen > MINCLSIZE) {
5822 if (len >= MINCLSIZE) {
6141 if (off + len >= MINCLSIZE &&
6161 if (off + len >= MINCLSIZE) {
6226 if (len >= MINCLSIZE) {
H A Duipc_socket.c2361 >= MINCLSIZE) { in sosend()
2384 MINCLSIZE) { in sosend()
2422 bytes_to_alloc > MINCLSIZE) { in sosend()
2428 MINCLSIZE) { in sosend()
2457 if (SOCK_TYPE(so) != SOCK_STREAM || bytes_to_alloc <= MINCLSIZE) { in sosend()
2524 resid < MINCLSIZE)); in sosend()
H A Dkpi_mbuf.c1409 if (len > MINCLSIZE) { in mbuf_copyback()
/xnu-8796.141.3/bsd/netinet/
H A Dmptcp_usrreq.c1184 } else if (len >= (signed)MINCLSIZE) { in mptcp_uiotombuf()