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

/freebsd-10.2-release/sys/netinet/
H A Dip_carp.h99 struct carpstats { struct
H A Dip_carp.c232 VNET_PCPUSTAT_DEFINE(struct carpstats, carpstats);
233 VNET_PCPUSTAT_SYSINIT(carpstats); variable
234 VNET_PCPUSTAT_SYSUNINIT(carpstats); variable
237 counter_u64_add(VNET(carpstats)[offsetof(struct carpstats, name) / \
241 SYSCTL_VNET_PCPUSTAT(_net_inet_carp, OID_AUTO, stats, struct carpstats,
242 carpstats, "CARP statistics (struct carpstats, netinet/ip_carp.h)");
/freebsd-10.2-release/usr.bin/netstat/
H A Dinet.c818 struct carpstats carpstat, zerostat;
819 size_t len = sizeof(struct carpstats);

Completed in 58 milliseconds