Searched defs:sysctl_rmem_max (Results 1 - 1 of 1) sorted by relevance

/net/core/
H A Dsock.c319 __u32 sysctl_rmem_max __read_mostly = SK_RMEM_MAX;
320 EXPORT_SYMBOL(sysctl_rmem_max); variable
737 val = min_t(u32, val, sysctl_rmem_max);

Completed in 233 milliseconds