Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Duipc_syscalls.c3656 mbuf_ref_ref_t m, boolean_t jumbocl) in alloc_sendpkt() argument
3670 if (pktlen > MBIGCLBYTES && jumbocl) { in alloc_sendpkt()
3872 boolean_t jumbocl; in sendfile() local
3921 jumbocl = sosendjcl && njcl > 0 && in sendfile()
3925 alloc_sendpkt(M_WAIT, xfsize, &nbufs, &m0, jumbocl); in sendfile()
H A Duipc_socket.c2293 boolean_t jumbocl; in sosend() local
2323 jumbocl = sosendjcl && njcl > 0 && in sosend()
2351 jumbocl) { in sosend()