Searched refs:conn_resize_work (Results 1 – 3 of 3) sorted by relevance
288 mod_delayed_work(system_unbound_wq, &ipvs->conn_resize_work, 0); in ip_vs_conn_hash()816 ipvs = container_of(work, struct netns_ipvs, conn_resize_work.work); in conn_resize_work_handler()919 queue_delayed_work(system_unbound_wq, &ipvs->conn_resize_work, in conn_resize_work_handler()1846 disable_delayed_work_sync(&ipvs->conn_resize_work); in ip_vs_conn_flush()1970 INIT_DELAYED_WORK(&ipvs->conn_resize_work, conn_resize_work_handler); in ip_vs_conn_net_init()
2515 &ipvs->conn_resize_work, 0); in ipvs_proc_conn_lfactor()
1178 struct delayed_work conn_resize_work;/* resize conn_tab */ member