Searched defs:ip_vs_scheduler (Results 1 – 1 of 1) sorted by relevance
697 struct ip_vs_scheduler { struct698 struct list_head n_list; /* d-linked list head */699 char *name; /* scheduler name */700 atomic_t refcnt; /* reference counter */701 struct module *module; /* THIS_MODULE/NULL */704 int (*init_service)(struct ip_vs_service *svc);706 void (*done_service)(struct ip_vs_service *svc);708 int (*add_dest)(struct ip_vs_service *svc, struct ip_vs_dest *dest);710 int (*del_dest)(struct ip_vs_service *svc, struct ip_vs_dest *dest);712 int (*upd_dest)(struct ip_vs_service *svc, struct ip_vs_dest *dest);[all …]