Home
last modified time | relevance | path

Searched refs:IP_VS_STATE_MASTER (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/ipv4/ipvs/
Dip_vs_sync.c708 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()
Dip_vs_core.c1133 if (ip_vs_sync_state & IP_VS_STATE_MASTER && in ip_vs_in()
Dip_vs_ctl.c2089 if (ip_vs_sync_state & IP_VS_STATE_MASTER) { in do_ip_vs_get_ctl()
/linux-2.4.37.9/include/net/
Dip_vs.h32 #define IP_VS_STATE_MASTER 1 /* started as master */ macro