Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dip_vs.h41 #define IP_VS_STATE_MASTER 0x0001 /* started as master */ macro
/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c3662 if (ipvs->sync_state & IP_VS_STATE_MASTER) { in do_ip_vs_get_ctl()
3663 d[0].state = IP_VS_STATE_MASTER; in do_ip_vs_get_ctl()
4391 if ((ipvs->sync_state & IP_VS_STATE_MASTER) && !cb->args[0]) { in ip_vs_genl_new_daemon()
4392 if (ip_vs_genl_dump_daemon(skb, IP_VS_STATE_MASTER, in ip_vs_genl_new_daemon()