Searched refs:udp_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_udp.c282 static struct list_head udp_apps[UDP_APP_TAB_SIZE]; variable in typeref:struct:list_head
303 list_for_each_entry(i, &udp_apps[hash], p_list) {
309 list_add(&inc->p_list, &udp_apps[hash]);
342 list_for_each_entry(inc, &udp_apps[hash], p_list) {
403 IP_VS_INIT_HASH_TABLE(udp_apps);

Completed in 16 milliseconds