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

/net/core/
H A Dsysctl_net_core.c298 .data = &sysctl_optmem_max,
H A Dfilter.c865 if (filter_size <= sysctl_optmem_max &&
866 atomic_read(&sk->sk_omem_alloc) + filter_size < sysctl_optmem_max) {
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) {
/net/ipv4/
H A Dip_sockglue.c783 if (optlen > sysctl_optmem_max) {
939 if (optlen > sysctl_optmem_max) {
/net/ipv6/
H A Dipv6_sockglue.c686 if (optlen > sysctl_optmem_max) {

Completed in 324 milliseconds