Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Duipc_syscalls.c3353 mbuf_ref_ref_t m, boolean_t jumbocl) in alloc_sendpkt() argument
3367 if (pktlen > MBIGCLBYTES && jumbocl) { in alloc_sendpkt()
3569 boolean_t jumbocl; in sendfile() local
3618 jumbocl = sosendjcl && njcl > 0 && in sendfile()
3622 alloc_sendpkt(M_WAIT, xfsize, &nbufs, &m0, jumbocl); in sendfile()
H A Duipc_socket.c2297 boolean_t jumbocl; in sosend() local
2327 jumbocl = sosendjcl && njcl > 0 && in sosend()
2355 jumbocl) { in sosend()