Searched refs:optmem_max (Results 1 – 6 of 6) sorted by relevance
313 int optmem_max = READ_ONCE(sysctl_optmem_max); in bpf_sk_storage_charge() local317 if (size <= optmem_max && in bpf_sk_storage_charge()318 atomic_read(&sk->sk_omem_alloc) + size < optmem_max) { in bpf_sk_storage_charge()
2556 int optmem_max = READ_ONCE(sysctl_optmem_max); in sock_kmalloc() local2558 if ((unsigned int)size <= optmem_max && in sock_kmalloc()2559 atomic_read(&sk->sk_omem_alloc) + size < optmem_max) { in sock_kmalloc()
1217 int optmem_max = READ_ONCE(sysctl_optmem_max); in __sk_filter_charge() local1220 if (filter_size <= optmem_max && in __sk_filter_charge()1221 atomic_read(&sk->sk_omem_alloc) + filter_size < optmem_max) { in __sk_filter_charge()
159 sysctl -w net.core.optmem_max=524287
333 optmem_max chapter
280 net.core.optmem_max = 524287