Searched defs:sysctl_optmem_max (Results 1 - 1 of 1) sorted by relevance

/net/core/
H A Dsock.c325 int sysctl_optmem_max __read_mostly = sizeof(unsigned long)*(2*UIO_MAXIOV+512);
326 EXPORT_SYMBOL(sysctl_optmem_max); variable
1503 * if sysctl_optmem_max was changed between creation of
1700 if ((unsigned int)size <= sysctl_optmem_max &&
1701 atomic_read(&sk->sk_omem_alloc) + size < sysctl_optmem_max) {

Completed in 1844 milliseconds