Searched refs:tcp_apps (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_proto_tcp.c482 static struct list_head tcp_apps[TCP_APP_TAB_SIZE]; variable in typeref:struct:list_head
502 list_for_each_entry(i, &tcp_apps[hash], p_list) {
508 list_add(&inc->p_list, &tcp_apps[hash]);
542 list_for_each_entry(inc, &tcp_apps[hash], p_list) {
581 IP_VS_INIT_HASH_TABLE(tcp_apps);

Completed in 33 milliseconds