Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_carp.h101 struct carpstats { struct
/f-stack/freebsd/netinet/
H A Dip_carp.h101 struct carpstats { struct
H A Dip_carp.c247 VNET_PCPUSTAT_DEFINE(struct carpstats, carpstats);
248 VNET_PCPUSTAT_SYSINIT(carpstats);
249 VNET_PCPUSTAT_SYSUNINIT(carpstats);
252 counter_u64_add(VNET(carpstats)[offsetof(struct carpstats, name) / \
256 SYSCTL_VNET_PCPUSTAT(_net_inet_carp, OID_AUTO, stats, struct carpstats,
257 carpstats, "CARP statistics (struct carpstats, netinet/ip_carp.h)");
/f-stack/tools/netstat/
H A Dinet.c955 struct carpstats carpstat; in carp_stats()