Searched refs:ip_vs_app_idx (Results 1 - 1 of 1) 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_app.c484 static struct ip_vs_app *ip_vs_app_idx(loff_t pos) function
502 return *pos ? ip_vs_app_idx(*pos - 1) : SEQ_START_TOKEN;
512 return ip_vs_app_idx(0);

Completed in 244 milliseconds