Home
last modified time | relevance | path

Searched refs:jumbocl (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Duipc_syscalls.c3317 struct mbuf **m, boolean_t jumbocl) in alloc_sendpkt() argument
3331 if (pktlen > MBIGCLBYTES && jumbocl) { in alloc_sendpkt()
3532 boolean_t jumbocl; in sendfile() local
3581 jumbocl = sosendjcl && njcl > 0 && in sendfile()
3585 alloc_sendpkt(M_WAIT, xfsize, &nbufs, &m0, jumbocl); in sendfile()
H A Duipc_socket.c2275 boolean_t jumbocl; in sosend() local
2305 jumbocl = sosendjcl && njcl > 0 && in sosend()
2333 jumbocl) { in sosend()