Searched refs:ip_vs_dh_bucket (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_dh.c51 struct ip_vs_dh_bucket { struct
79 ip_vs_dh_get(struct ip_vs_dh_bucket *tbl, __be32 addr)
89 ip_vs_dh_assign(struct ip_vs_dh_bucket *tbl, struct ip_vs_service *svc)
92 struct ip_vs_dh_bucket *b;
120 static void ip_vs_dh_flush(struct ip_vs_dh_bucket *tbl)
123 struct ip_vs_dh_bucket *b;
138 struct ip_vs_dh_bucket *tbl;
141 tbl = kmalloc(sizeof(struct ip_vs_dh_bucket)*IP_VS_DH_TAB_SIZE,
150 sizeof(struct ip_vs_dh_bucket)*IP_VS_DH_TAB_SIZE);
161 struct ip_vs_dh_bucket *tb
[all...]

Completed in 44 milliseconds