Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/networking/
Dipvs-sysctl.rst212 When sync_period and sync_refresh_period are 0, send sync only
215 sync_refresh_period - UNSIGNED INTEGER
225 sync_refresh_period/8.
230 Defines sync retries with period of sync_refresh_period/8. Useful
/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_sync.c466 unsigned int sync_refresh_period; in ip_vs_sync_conn_needed() local
502 sync_refresh_period = sysctl_sync_refresh_period(ipvs); in ip_vs_sync_conn_needed()
503 if (sync_refresh_period > 0) { in ip_vs_sync_conn_needed()
510 if (abs(diff) < min_t(long, sync_refresh_period, min_diff)) { in ip_vs_sync_conn_needed()
516 (sync_refresh_period >> 3))) in ip_vs_sync_conn_needed()
526 } else if (!sync_refresh_period && in ip_vs_sync_conn_needed()