Home
last modified time | relevance | path

Searched refs:ip_vs_rht_alloc (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dip_vs.h703 struct ip_vs_rht *ip_vs_rht_alloc(int buckets, int scounts, int locks);
/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c886 t = ip_vs_rht_alloc(buckets, scounts, locks); in ip_vs_conn_tab_alloc()
H A Dip_vs_core.c177 struct ip_vs_rht *ip_vs_rht_alloc(int buckets, int scounts, int locks) in ip_vs_rht_alloc() function
H A Dip_vs_ctl.c660 t = ip_vs_rht_alloc(buckets, scounts, locks); in ip_vs_svc_table_alloc()