On (03/16/16 11:29), Hannes Frederic Sowa wrote: > Normally we kmemdup a table per netns and update its data pointer, > so we can reuse the proc_doint_minmax functions.
I remembered one more thing.. in this particular case, I need to have my one ->proc_handler, because I need to rds_tcp_sysctl_reset() existing connections to make them use the new tunable. --Sowmini