Home
last modified time | relevance | path

Searched refs:sysctl_sync_refresh_period (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dip_vs.h990 unsigned int sysctl_sync_refresh_period; member
1072 static inline unsigned int sysctl_sync_refresh_period(struct netns_ipvs *ipvs) in sysctl_sync_refresh_period() function
1074 return READ_ONCE(ipvs->sysctl_sync_refresh_period); in sysctl_sync_refresh_period()
1183 static inline unsigned int sysctl_sync_refresh_period(struct netns_ipvs *ipvs) in sysctl_sync_refresh_period() function
/linux/net/netfilter/ipvs/
H A Dip_vs_sync.c502 sync_refresh_period = sysctl_sync_refresh_period(ipvs); in ip_vs_sync_conn_needed()