Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dip_vs.h919 unsigned int sysctl_sync_refresh_period; member
984 static inline unsigned int sysctl_sync_refresh_period(struct netns_ipvs *ipvs) in sysctl_sync_refresh_period() function
986 return READ_ONCE(ipvs->sysctl_sync_refresh_period); in sysctl_sync_refresh_period()
1072 static inline unsigned int sysctl_sync_refresh_period(struct netns_ipvs *ipvs) in sysctl_sync_refresh_period() function
/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_ctl.c3933 ipvs->sysctl_sync_refresh_period = DEFAULT_SYNC_REFRESH_PERIOD; in ip_vs_control_net_init_sysctl()
3934 tbl[idx++].data = &ipvs->sysctl_sync_refresh_period; in ip_vs_control_net_init_sysctl()
Dip_vs_sync.c501 sync_refresh_period = sysctl_sync_refresh_period(ipvs); in ip_vs_sync_conn_needed()