Home
last modified time | relevance | path

Searched refs:optmem_max (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/net/core/
H A Dbpf_sk_storage.c307 int optmem_max = READ_ONCE(sysctl_optmem_max); in sk_storage_charge() local
311 if (size <= optmem_max && in sk_storage_charge()
312 atomic_read(&sk->sk_omem_alloc) + size < optmem_max) { in sk_storage_charge()
H A Dsock.c2241 int optmem_max = READ_ONCE(sysctl_optmem_max); in sock_kmalloc() local
2243 if ((unsigned int)size <= optmem_max && in sock_kmalloc()
2244 atomic_read(&sk->sk_omem_alloc) + size < optmem_max) { in sock_kmalloc()
H A Dfilter.c1215 int optmem_max = READ_ONCE(sysctl_optmem_max); in __sk_filter_charge() local
1218 if (filter_size <= optmem_max && in __sk_filter_charge()
1219 atomic_read(&sk->sk_omem_alloc) + filter_size < optmem_max) { in __sk_filter_charge()
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/chelsio/
H A Dcxgb.rst159 sysctl -w net.core.optmem_max=524287
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dnet.rst314 optmem_max chapter
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/intel/
H A Dixgb.rst280 net.core.optmem_max = 524287