sysctl_optmem_max 2561 include/net/sock.h extern int sysctl_optmem_max;
sysctl_optmem_max  102 net/core/bpf_sk_storage.c 	if (size <= sysctl_optmem_max &&
sysctl_optmem_max  103 net/core/bpf_sk_storage.c 	    atomic_read(&sk->sk_omem_alloc) + size < sysctl_optmem_max) {
sysctl_optmem_max 1198 net/core/filter.c 	if (filter_size <= sysctl_optmem_max &&
sysctl_optmem_max 1199 net/core/filter.c 	    atomic_read(&sk->sk_omem_alloc) + filter_size < sysctl_optmem_max) {
sysctl_optmem_max 1531 net/core/filter.c 	if (bpf_prog_size(prog->len) > sysctl_optmem_max)
sysctl_optmem_max 1598 net/core/filter.c 		if (bpf_prog_size(prog->len) > sysctl_optmem_max) {
sysctl_optmem_max  276 net/core/sock.c int sysctl_optmem_max __read_mostly = sizeof(unsigned long)*(2*UIO_MAXIOV+512);
sysctl_optmem_max  277 net/core/sock.c EXPORT_SYMBOL(sysctl_optmem_max);
sysctl_optmem_max 2123 net/core/sock.c 	    sysctl_optmem_max)
sysctl_optmem_max 2141 net/core/sock.c 	if ((unsigned int)size <= sysctl_optmem_max &&
sysctl_optmem_max 2142 net/core/sock.c 	    atomic_read(&sk->sk_omem_alloc) + size < sysctl_optmem_max) {
sysctl_optmem_max  453 net/core/sysctl_net_core.c 		.data		= &sysctl_optmem_max,
sysctl_optmem_max  938 net/ipv4/ip_sockglue.c 		if (optlen > sysctl_optmem_max) {
sysctl_optmem_max 1089 net/ipv4/ip_sockglue.c 		if (optlen > sysctl_optmem_max) {
sysctl_optmem_max  763 net/ipv6/ipv6_sockglue.c 		if (optlen > sysctl_optmem_max) {