Searched refs:IP_VS_STATE_MASTER (Results 1 – 4 of 4) sorted by relevance
708 if (sync_state == IP_VS_STATE_MASTER) in sync_pid_set()716 if (sync_state == IP_VS_STATE_MASTER) in sync_stop_set()738 if (ip_vs_sync_state & IP_VS_STATE_MASTER && !sync_master_pid) { in sync_thread()739 state = IP_VS_STATE_MASTER; in sync_thread()763 if (state == IP_VS_STATE_MASTER) in sync_thread()809 if ((state == IP_VS_STATE_MASTER && sync_master_pid) || in start_sync_thread()818 if (state == IP_VS_STATE_MASTER) { in start_sync_thread()847 if ((state == IP_VS_STATE_MASTER && !sync_master_pid) || in stop_sync_thread()853 (state == IP_VS_STATE_MASTER) ? sync_master_pid : sync_backup_pid); in stop_sync_thread()867 if ((state == IP_VS_STATE_MASTER && stop_master_sync) || in stop_sync_thread()
1133 if (ip_vs_sync_state & IP_VS_STATE_MASTER && in ip_vs_in()
2089 if (ip_vs_sync_state & IP_VS_STATE_MASTER) { in do_ip_vs_get_ctl()
32 #define IP_VS_STATE_MASTER 1 /* started as master */ macro