Searched refs:ip_vs_svc_table (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.c284 static struct list_head ip_vs_svc_table[IP_VS_SVC_TAB_SIZE]; variable in typeref:struct:list_head
338 * Hashes a service in the ip_vs_svc_table by <proto,addr,port>
354 * Hash it by <protocol,addr,port> in ip_vs_svc_table
358 list_add(&svc->s_list, &ip_vs_svc_table[hash]);
375 * Unhashes a service from ip_vs_svc_table/ip_vs_svc_fwm_table.
387 /* Remove it from the ip_vs_svc_table table */
413 list_for_each_entry(svc, &ip_vs_svc_table[hash], s_list){
1428 list_for_each_entry_safe(svc, nxt, &ip_vs_svc_table[idx], s_list) {
1483 list_for_each_entry(svc, &ip_vs_svc_table[idx], s_list) {
1672 list_for_each_entry(svc, &ip_vs_svc_table[id
[all...]

Completed in 111 milliseconds