Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_sync.c1834 if (ipvs->backup_threads) in start_sync_thread()
1906 ipvs->backup_threads = array; in start_sync_thread()
1982 if (!ipvs->backup_threads) in stop_sync_thread()
1986 array = ipvs->backup_threads; in stop_sync_thread()
1998 ipvs->backup_threads = NULL; in stop_sync_thread()
/linux-4.4.14/include/net/
Dip_vs.h940 struct task_struct **backup_threads; member