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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dsysctl_net_core.c101 .data = &sysctl_optmem_max,
H A Dsock.c199 int sysctl_optmem_max __read_mostly = sizeof(unsigned long)*(2*UIO_MAXIOV+512);
1111 if ((unsigned)size <= sysctl_optmem_max &&
1112 atomic_read(&sk->sk_omem_alloc) + size < sysctl_optmem_max) {
2015 EXPORT_SYMBOL(sysctl_optmem_max); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_sockglue.c653 if (optlen > sysctl_optmem_max) {
810 if (optlen > sysctl_optmem_max) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dsock.h1370 extern int sysctl_optmem_max;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dipv6_sockglue.c649 if (optlen > sysctl_optmem_max) {

Completed in 71 milliseconds