sysctl_sync_refresh_period
unsigned int sysctl_sync_refresh_period;
return READ_ONCE(ipvs->sysctl_sync_refresh_period);
ipvs->sysctl_sync_refresh_period = DEFAULT_SYNC_REFRESH_PERIOD;
tbl[idx++].data = &ipvs->sysctl_sync_refresh_period;
sync_refresh_period = sysctl_sync_refresh_period(ipvs);