sysctl_sync_refresh_period  925 include/net/ip_vs.h 	unsigned int		sysctl_sync_refresh_period;
sysctl_sync_refresh_period  993 include/net/ip_vs.h 	return READ_ONCE(ipvs->sysctl_sync_refresh_period);
sysctl_sync_refresh_period 4037 net/netfilter/ipvs/ip_vs_ctl.c 	ipvs->sysctl_sync_refresh_period = DEFAULT_SYNC_REFRESH_PERIOD;
sysctl_sync_refresh_period 4038 net/netfilter/ipvs/ip_vs_ctl.c 	tbl[idx++].data = &ipvs->sysctl_sync_refresh_period;
sysctl_sync_refresh_period  505 net/netfilter/ipvs/ip_vs_sync.c 	sync_refresh_period = sysctl_sync_refresh_period(ipvs);