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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_ctl.c1833 struct ip_vs_service_user *usvc; local
1875 usvc = (struct ip_vs_service_user *)arg;
1876 udest = (struct ip_vs_dest_user *)(usvc + 1);
1880 if (!usvc->fwmark && !usvc->addr && !usvc->port) {
1887 if (usvc->protocol!=IPPROTO_TCP && usvc->protocol!=IPPROTO_UDP) {
1889 usvc->protocol, NIPQUAD(usvc
[all...]

Completed in 50 milliseconds