Searched defs:ip_vs_scheduler (Results 1 – 1 of 1) sorted by relevance
694 struct ip_vs_scheduler { struct695 struct list_head n_list; /* d-linked list head */696 char *name; /* scheduler name */697 atomic_t refcnt; /* reference counter */698 struct module *module; /* THIS_MODULE/NULL */701 int (*init_service)(struct ip_vs_service *svc);703 void (*done_service)(struct ip_vs_service *svc);705 int (*add_dest)(struct ip_vs_service *svc, struct ip_vs_dest *dest);707 int (*del_dest)(struct ip_vs_service *svc, struct ip_vs_dest *dest);709 int (*upd_dest)(struct ip_vs_service *svc, struct ip_vs_dest *dest);[all …]