Searched refs:ip_vs_rtable (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_ctl.c295 static struct list_head ip_vs_rtable[IP_VS_RTAB_SIZE]; variable in typeref:struct:list_head
541 * Hashes ip_vs_dest in ip_vs_rtable by <proto,addr,port>.
558 list_add(&dest->d_list, &ip_vs_rtable[hash]);
564 * UNhashes ip_vs_dest from ip_vs_rtable.
570 * Remove it from the ip_vs_rtable table.
598 list_for_each_entry(dest, &ip_vs_rtable[hash], d_list) {
789 * Put the real service in ip_vs_rtable if not present.
3320 /* Initialize ip_vs_svc_table, ip_vs_svc_fwm_table, ip_vs_rtable */
3326 INIT_LIST_HEAD(&ip_vs_rtable[idx]);

Completed in 87 milliseconds