Home
last modified time | relevance | path

Searched defs:ip_vs_scheduler (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/include/net/
Dip_vs.h687 struct ip_vs_scheduler { struct
688 struct list_head n_list; /* d-linked list head */
689 char *name; /* scheduler name */
690 atomic_t refcnt; /* reference counter */
691 struct module *module; /* THIS_MODULE/NULL */
694 int (*init_service)(struct ip_vs_service *svc);
696 int (*done_service)(struct ip_vs_service *svc);
698 int (*update_service)(struct ip_vs_service *svc);
701 struct ip_vs_dest* (*schedule)(struct ip_vs_service *svc,