Searched refs:ip_vs_sh_bucket (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_sh.c50 struct ip_vs_sh_bucket { struct
85 ip_vs_sh_get(int af, struct ip_vs_sh_bucket *tbl,
96 ip_vs_sh_assign(struct ip_vs_sh_bucket *tbl, struct ip_vs_service *svc)
99 struct ip_vs_sh_bucket *b;
127 static void ip_vs_sh_flush(struct ip_vs_sh_bucket *tbl)
130 struct ip_vs_sh_bucket *b;
145 struct ip_vs_sh_bucket *tbl;
148 tbl = kmalloc(sizeof(struct ip_vs_sh_bucket)*IP_VS_SH_TAB_SIZE,
157 sizeof(struct ip_vs_sh_bucket)*IP_VS_SH_TAB_SIZE);
168 struct ip_vs_sh_bucket *tb
[all...]

Completed in 91 milliseconds