Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c781 atomic_inc(&ipvs->svc_table_changes); in svc_resize_work_handler()
2069 atomic_inc(&ipvs->svc_table_changes); in ip_vs_del_service()
2118 atomic_inc(&ipvs->svc_table_changes); in ip_vs_flush()
2193 old_gen = atomic_read(&ipvs->svc_table_changes); in ip_vs_dst_event()
2212 new_gen = atomic_read(&ipvs->svc_table_changes); in ip_vs_dst_event()
3135 old_gen = atomic_read(&ipvs->svc_table_changes); in ip_vs_status_show()
3160 new_gen = atomic_read(&ipvs->svc_table_changes); in ip_vs_status_show()
5076 atomic_set(&ipvs->svc_table_changes, 0); in ip_vs_control_net_init()
/linux/include/net/
H A Dip_vs.h1190 atomic_t svc_table_changes;/* ++ on new table */ member