Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_carp.h142 struct carpstats { struct
H A Dip_carp.c273 VNET_PCPUSTAT_DEFINE(struct carpstats, carpstats);
274 VNET_PCPUSTAT_SYSINIT(carpstats);
275 VNET_PCPUSTAT_SYSUNINIT(carpstats);
278 counter_u64_add(VNET(carpstats)[offsetof(struct carpstats, name) / \
282 SYSCTL_VNET_PCPUSTAT(_net_inet_carp, OID_AUTO, stats, struct carpstats,
283 carpstats, "CARP statistics (struct carpstats, netinet/ip_carp.h)");
/freebsd/usr.bin/netstat/
H A Dinet.c968 struct carpstats carpstat; in carp_stats()