Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Duipc_syscalls.c3666 mbuf_ref_ref_t m, boolean_t jumbocl) in alloc_sendpkt() argument
3680 if (pktlen > MBIGCLBYTES && jumbocl) { in alloc_sendpkt()
3888 boolean_t jumbocl; in sendfile() local
3937 jumbocl = sosendjcl && njcl > 0 && in sendfile()
3941 alloc_sendpkt(M_WAIT, xfsize, &nbufs, &m0, jumbocl); in sendfile()
H A Duipc_socket.c2286 boolean_t jumbocl; in sosend() local
2316 jumbocl = sosendjcl && njcl > 0 && in sosend()
2344 jumbocl) { in sosend()