Home
last modified time | relevance | path

Searched refs:RLIMIT_SBSIZE (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dresource.h110 #define RLIMIT_SBSIZE 9 /* maximum size of all socket buffers */ macro
/f-stack/freebsd/sys/
H A Dresource.h113 #define RLIMIT_SBSIZE 9 /* maximum size of all socket buffers */ macro
/f-stack/tools/libutil/
H A Dlogin_class.c64 { "sbsize", login_getcapsize, RLIMIT_SBSIZE },
/f-stack/freebsd/kern/
H A Duipc_sockbuf.c631 sbsize_limit = lim_cur(td, RLIMIT_SBSIZE); in sbreserve_locked()