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

/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h239 #define SOF_MULTIPAGES 0x80 /* jumbo clusters may be used for sosend */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c201 * the socket is marked with SOF_MULTIPAGES; see below.
207 * Set this to ignore SOF_MULTIPAGES and use jumbo clusters for large
213 * When set to 0, the system will respect SOF_MULTIPAGES, which is set
1602 ((so->so_flags & SOF_MULTIPAGES) ||
4303 * Set or clear SOF_MULTIPAGES on the socket to enable or disable the
4311 so->so_flags |= SOF_MULTIPAGES;
4313 so->so_flags &= ~SOF_MULTIPAGES;
H A Duipc_syscalls.c2269 ((so->so_flags & SOF_MULTIPAGES) || sosendjcl_ignore_capab);

Completed in 31 milliseconds