Home
last modified time | relevance | path

Searched refs:SOF_MULTIPAGES (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/bsd/sys/
H A Dsocketvar.h233 #define SOF_MULTIPAGES 0x00000080 /* jumbo clusters may be used for sosend */ macro
/xnu-8020.140.41/bsd/kern/
H A Duipc_socket.c2308 ((so->so_flags & SOF_MULTIPAGES) || in sosend()
7415 so->so_flags |= SOF_MULTIPAGES; in somultipages()
7417 so->so_flags &= ~SOF_MULTIPAGES; in somultipages()
H A Duipc_syscalls.c3586 ((so->so_flags & SOF_MULTIPAGES) || sosendjcl_ignore_capab); in sendfile()