Searched defs:ip_vs_scheduler (Results 1 – 1 of 1) sorted by relevance
732 struct ip_vs_scheduler { struct733 struct list_head n_list; /* d-linked list head */734 char *name; /* scheduler name */735 atomic_t refcnt; /* reference counter */736 struct module *module; /* THIS_MODULE/NULL */739 int (*init_service)(struct ip_vs_service *svc);741 void (*done_service)(struct ip_vs_service *svc);743 int (*add_dest)(struct ip_vs_service *svc, struct ip_vs_dest *dest);745 int (*del_dest)(struct ip_vs_service *svc, struct ip_vs_dest *dest);747 int (*upd_dest)(struct ip_vs_service *svc, struct ip_vs_dest *dest);[all …]