Searched refs:ip_vs_conn_tab (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_conn.c62 static struct list_head *ip_vs_conn_tab; variable in typeref:struct:list_head
153 * Hashes ip_vs_conn in ip_vs_conn_tab by proto,addr,port.
171 list_add(&cp->c_list, &ip_vs_conn_tab[hash]);
189 * UNhashes ip_vs_conn from ip_vs_conn_tab.
219 * Gets ip_vs_conn associated with supplied parameters in the ip_vs_conn_tab.
235 list_for_each_entry(cp, &ip_vs_conn_tab[hash], c_list) {
309 list_for_each_entry(cp, &ip_vs_conn_tab[hash], c_list) {
339 * Gets ip_vs_conn associated with supplied parameters in the ip_vs_conn_tab.
358 list_for_each_entry(cp, &ip_vs_conn_tab[hash], c_list) {
751 * Create a new connection entry and hash it into the ip_vs_conn_tab
[all...]

Completed in 24 milliseconds