Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/ipvs/
Dip_vs_sync.c128 volatile int ip_vs_sync_state = IP_VS_STATE_NONE;
730 int state = IP_VS_STATE_NONE; in sync_thread()
/linux-2.4.37.9/include/net/
Dip_vs.h31 #define IP_VS_STATE_NONE 0 /* daemon is stopped */ macro