Home
last modified time | relevance | path

Searched refs:icmp6stat (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/netstat/
H A Dinet6.c954 struct icmp6stat icmp6stat; local
958 sizeof(icmp6stat), kread_counters) != 0)
964 #define p(f, m) if (icmp6stat.f || sflag <= 1) \
965 xo_emit(m, (uintmax_t)icmp6stat.f, plural(icmp6stat.f))
967 xo_emit(m, (uintmax_t)icmp6stat.f)
975 #define NELEM (int)(sizeof(icmp6stat.icp6s_outhist)/sizeof(icmp6stat.icp6s_outhist[0]))
977 if (icmp6stat.icp6s_outhist[i] != 0) {
986 (uintmax_t)icmp6stat.icp6s_outhist[i]);
1001 #define NELEM (int)(sizeof(icmp6stat.icp6s_inhist)/sizeof(icmp6stat.icp6s_inhist[0]))
1003 if (icmp6stat.icp6s_inhist[i] != 0) {
[all …]
/f-stack/tools/compat/include/netinet/
H A Dicmp6.h598 struct icmp6stat { struct
653 VNET_PCPUSTAT_DECLARE(struct icmp6stat, icmp6stat); argument
659 VNET_PCPUSTAT_ADD(struct icmp6stat, icmp6stat, name, (val))
667 kmod_icmp6stat_inc(offsetof(struct icmp6stat, name) / sizeof(uint64_t))
/f-stack/freebsd/netinet/
H A Dicmp6.h594 struct icmp6stat { struct
649 VNET_PCPUSTAT_DECLARE(struct icmp6stat, icmp6stat); argument
655 VNET_PCPUSTAT_ADD(struct icmp6stat, icmp6stat, name, (val))
663 kmod_icmp6stat_inc(offsetof(struct icmp6stat, name) / sizeof(uint64_t))
/f-stack/freebsd/netinet6/
H A Din6_proto.c564 struct icmp6stat, icmp6stat,
H A Dicmp6.c119 VNET_PCPUSTAT_DEFINE(struct icmp6stat, icmp6stat);
120 VNET_PCPUSTAT_SYSINIT(icmp6stat);
123 VNET_PCPUSTAT_SYSUNINIT(icmp6stat);
166 counter_u64_add(VNET(icmp6stat)[statnum], 1); in kmod_icmp6stat_inc()