Searched refs:update_service (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_rr.c97 .update_service = ip_vs_rr_update_svc,
H A Dip_vs_dh.c252 .update_service = ip_vs_dh_update_svc,
H A Dip_vs_sh.c250 .update_service = ip_vs_sh_update_svc,
H A Dip_vs_wrr.c214 .update_service = ip_vs_wrr_update_svc,
H A Dip_vs_ctl.c948 /* call the update_service function of its scheduler */
949 if (svc->scheduler->update_service)
950 svc->scheduler->update_service(svc);
979 /* call the update_service function of its scheduler */
980 if (svc->scheduler->update_service)
981 svc->scheduler->update_service(svc);
1033 /* call the update_service, because server weight may be changed */
1034 if (svc->scheduler->update_service)
1035 svc->scheduler->update_service(svc);
1101 * Call the update_service functio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dip_vs.h534 int (*update_service)(struct ip_vs_service *svc); member in struct:ip_vs_scheduler

Completed in 113 milliseconds