Searched refs:ip_vs_proto_table (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.c42 static struct ip_vs_protocol *ip_vs_proto_table[IP_VS_PROTO_TAB_SIZE]; variable in typeref:struct:ip_vs_protocol
52 pp->next = ip_vs_proto_table[hash];
53 ip_vs_proto_table[hash] = pp;
70 pp_p = &ip_vs_proto_table[hash];
92 for (pp = ip_vs_proto_table[hash]; pp; pp = pp->next) {
110 for (pp = ip_vs_proto_table[i]; pp; pp = pp->next) {
232 while ((pp = ip_vs_proto_table[i]) != NULL)

Completed in 46 milliseconds