Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h248 #define SOF_MULTIPAGES 0x00000080 /* jumbo clusters may be used for sosend */ macro
/xnu-11417.140.69/bsd/kern/
H A Duipc_socket.c2344 ((so->so_flags & SOF_MULTIPAGES) || in sosend()
7424 so->so_flags |= SOF_MULTIPAGES; in somultipages()
7426 so->so_flags &= ~SOF_MULTIPAGES; in somultipages()
H A Duipc_syscalls.c3937 ((so->so_flags & SOF_MULTIPAGES) || sosendjcl_ignore_capab); in sendfile()