Lines Matching refs:ip_vs_rht
506 struct ip_vs_rht { struct
508 struct ip_vs_rht __rcu *new_tbl; /* New/Same table */ argument
579 struct ip_vs_rht *_t, *_p; \
636 struct ip_vs_rht *_t, *_p; \
656 struct ip_vs_rht *_t, *_p; \
676 static inline bool ip_vs_rht_same_table(struct ip_vs_rht *t, u32 hash_key) in ip_vs_rht_same_table()
682 static inline u32 ip_vs_rht_build_hash_key(struct ip_vs_rht *t, u32 hash) in ip_vs_rht_build_hash_key()
687 void ip_vs_rht_free(struct ip_vs_rht *t);
689 struct ip_vs_rht *ip_vs_rht_alloc(int buckets, int scounts, int locks);
690 int ip_vs_rht_desired_size(struct netns_ipvs *ipvs, struct ip_vs_rht *t, int n,
692 void ip_vs_rht_set_thresholds(struct ip_vs_rht *t, int size, int lfactor,
694 u32 ip_vs_rht_hash_linfo(struct ip_vs_rht *t, int af,
1038 struct ip_vs_rht *t, bool inverse);
1298 struct ip_vs_rht __rcu *svc_table; /* Services */
1299 struct ip_vs_rht __rcu *conn_tab; /* Connections */
1653 int ip_vs_conn_desired_size(struct netns_ipvs *ipvs, struct ip_vs_rht *t,
1655 struct ip_vs_rht *ip_vs_conn_tab_alloc(struct netns_ipvs *ipvs, int buckets,