Home
last modified time | relevance | path

Searched refs:SK_RMEM_MAX (Results 1 – 2 of 2) sorted by relevance

/linux/net/core/
H A Dsock.c284 __u32 sysctl_rmem_max __read_mostly = SK_RMEM_MAX;
287 __u32 sysctl_rmem_default __read_mostly = SK_RMEM_MAX;
/linux/include/net/
H A Dsock.h2851 #define SK_RMEM_MAX (_SK_MEM_OVERHEAD * _SK_MEM_PACKETS) macro