Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H A Dipvs-sysctl.rst232 When sync_period and sync_refresh_period are 0, send sync only
235 sync_refresh_period - UNSIGNED INTEGER
245 sync_refresh_period/8.
250 Defines sync retries with period of sync_refresh_period/8. Useful
/linux/net/netfilter/ipvs/
H A Dip_vs_sync.c453 * - (1) sync_refresh_period: reduce sync rate. Additionally, retry
454 * sync_retries times with period of sync_refresh_period/8
455 * - (2) if both sync_refresh_period and sync_period are 0 send sync only
457 * - (3) templates: rate can be reduced only with sync_refresh_period or
466 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()
507 /* Avoid sync if difference is below sync_refresh_period 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 >> in ip_vs_sync_conn_needed()
[all...]