Searched defs:ip_vs_scheduler (Results 1 – 1 of 1) sorted by relevance
760 struct ip_vs_scheduler { struct761 struct list_head n_list; /* d-linked list head */762 char *name; /* scheduler name */763 atomic_t refcnt; /* reference counter */764 struct module *module; /* THIS_MODULE/NULL */767 int (*init_service)(struct ip_vs_service *svc);769 void (*done_service)(struct ip_vs_service *svc);771 int (*add_dest)(struct ip_vs_service *svc, struct ip_vs_dest *dest);773 int (*del_dest)(struct ip_vs_service *svc, struct ip_vs_dest *dest);775 int (*upd_dest)(struct ip_vs_service *svc, struct ip_vs_dest *dest);[all …]