Searched refs:ip_vs_rtable (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.c268 static struct list_head ip_vs_rtable[IP_VS_RTAB_SIZE]; variable in typeref:struct:list_head
492 * Hashes ip_vs_dest in ip_vs_rtable by <proto,addr,port>.
508 list_add(&dest->d_list, &ip_vs_rtable[hash]);
514 * UNhashes ip_vs_dest from ip_vs_rtable.
520 * Remove it from the ip_vs_rtable table.
546 list_for_each_entry(dest, &ip_vs_rtable[hash], d_list) {
692 * Put the real service in ip_vs_rtable if not present.
2266 /* Initialize ip_vs_svc_table, ip_vs_svc_fwm_table, ip_vs_rtable */
2272 INIT_LIST_HEAD(&ip_vs_rtable[idx]);

Completed in 23 milliseconds