The /proc filesystem is available on all Linux distributions. It includes a folder for every running task and folders for all the major kernel subsystems. The files within these folders can be viewed and updated with cat.
The parameters supported by sysctl are commonly supported by the /proc filesystem as well.
Thus, net.core.rmem_max can also be accessed as /proc/sys/net/core/rmem_max.