Symbol: ip_vs_stats
include/net/ip_vs.h
1536
extern struct ip_vs_stats ip_vs_stats;
include/net/ip_vs.h
1592
int ip_vs_start_estimator(struct netns_ipvs *ipvs, struct ip_vs_stats *stats);
include/net/ip_vs.h
1593
void ip_vs_stop_estimator(struct netns_ipvs *ipvs, struct ip_vs_stats *stats);
include/net/ip_vs.h
1594
void ip_vs_zero_estimator(struct ip_vs_stats *stats);
include/net/ip_vs.h
1595
void ip_vs_read_estimator(struct ip_vs_kstats *dst, struct ip_vs_stats *stats);
include/net/ip_vs.h
399
struct ip_vs_stats s;
include/net/ip_vs.h
403
int ip_vs_stats_init_alloc(struct ip_vs_stats *s);
include/net/ip_vs.h
404
struct ip_vs_stats *ip_vs_stats_alloc(void);
include/net/ip_vs.h
405
void ip_vs_stats_release(struct ip_vs_stats *stats);
include/net/ip_vs.h
406
void ip_vs_stats_free(struct ip_vs_stats *stats);
include/net/ip_vs.h
458
struct ip_vs_stats *calc_stats; /* Used for calculation */
include/net/ip_vs.h
692
struct ip_vs_stats stats; /* statistics for the service */
include/net/ip_vs.h
733
struct ip_vs_stats stats; /* statistics */
net/netfilter/ipvs/ip_vs_ctl.c
2517
struct ip_vs_stats *tot_stats = &net_ipvs(net)->tot_stats->s;
net/netfilter/ipvs/ip_vs_ctl.c
869
ip_vs_copy_stats(struct ip_vs_kstats *dst, struct ip_vs_stats *src)
net/netfilter/ipvs/ip_vs_ctl.c
902
ip_vs_zero_stats(struct ip_vs_stats *stats)
net/netfilter/ipvs/ip_vs_ctl.c
922
int ip_vs_stats_init_alloc(struct ip_vs_stats *s)
net/netfilter/ipvs/ip_vs_ctl.c
939
struct ip_vs_stats *ip_vs_stats_alloc(void)
net/netfilter/ipvs/ip_vs_ctl.c
941
struct ip_vs_stats *s = kzalloc_obj(*s);
net/netfilter/ipvs/ip_vs_ctl.c
949
void ip_vs_stats_release(struct ip_vs_stats *stats)
net/netfilter/ipvs/ip_vs_ctl.c
954
void ip_vs_stats_free(struct ip_vs_stats *stats)
net/netfilter/ipvs/ip_vs_est.c
483
int ip_vs_start_estimator(struct netns_ipvs *ipvs, struct ip_vs_stats *stats)
net/netfilter/ipvs/ip_vs_est.c
521
void ip_vs_stop_estimator(struct netns_ipvs *ipvs, struct ip_vs_stats *stats)
net/netfilter/ipvs/ip_vs_est.c
639
struct ip_vs_stats *s;
net/netfilter/ipvs/ip_vs_est.c
742
struct ip_vs_stats *stats;
net/netfilter/ipvs/ip_vs_est.c
82
struct ip_vs_stats *s;
net/netfilter/ipvs/ip_vs_est.c
848
stats = container_of(est, struct ip_vs_stats, est);
net/netfilter/ipvs/ip_vs_est.c
899
void ip_vs_zero_estimator(struct ip_vs_stats *stats)
net/netfilter/ipvs/ip_vs_est.c
918
void ip_vs_read_estimator(struct ip_vs_kstats *dst, struct ip_vs_stats *stats)
net/netfilter/ipvs/ip_vs_est.c
95
s = container_of(e, struct ip_vs_stats, est);