Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h239 #define SOF_MULTIPAGES 0x00000080 /* jumbo clusters may be used for sosend */ macro
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c2190 jumbocl = (so->so_flags & SOF_MULTIPAGES) != 0 && in sosend()
7341 so->so_flags |= SOF_MULTIPAGES; in somultipages()
7343 so->so_flags &= ~SOF_MULTIPAGES; in somultipages()
H A Duipc_syscalls.c3932 jumbocl = (so->so_flags & SOF_MULTIPAGES) != 0; in sendfile()