Searched refs:icp6s_outhist (Results 1 – 9 of 9) sorted by relevance
| /freebsd-head/usr.bin/systat/ |
| HD | icmp6.c | 154 DO(icp6s_outhist[i]); in domode() 178 totalout += stats.icp6s_outhist[i]; in showicmp6() 196 #define DO2(type, row) DO(icp6s_inhist[type], row, 0); DO(icp6s_outhist[type], \ in showicmp6() 207 DO(icp6s_outhist[ND_ROUTER_ADVERT], 16, 35); in showicmp6()
|
| /freebsd-head/usr.bin/netstat/ |
| HD | inet6.c | 962 #define NELEM (int)(sizeof(icmp6stat.icp6s_outhist)/sizeof(icmp6stat.icp6s_outhist[0])) in icmp6_stats() 964 if (icmp6stat.icp6s_outhist[i] != 0) { in icmp6_stats() 973 (uintmax_t)icmp6stat.icp6s_outhist[i]); in icmp6_stats()
|
| /freebsd-head/sys/netinet6/ |
| HD | icmp6.c | 388 ICMP6STAT_INC2(icp6s_outhist, type); in icmp6_error() 618 ICMP6STAT_INC2(icp6s_outhist, ICMP6_ECHO_REPLY); in icmp6_input() 750 ICMP6STAT_INC2(icp6s_outhist, ICMP6_WRUREPLY); in icmp6_input() 2668 ICMP6STAT_INC2(icp6s_outhist, ND_REDIRECT); in icmp6_redirect_output()
|
| HD | nd6_nbr.c | 626 ICMP6STAT_INC2(icp6s_outhist, ND_NEIGHBOR_SOLICIT); in nd6_ns_output_fib() 1119 ICMP6STAT_INC2(icp6s_outhist, ND_NEIGHBOR_ADVERT); in nd6_na_output_fib()
|
| HD | raw_ip6.c | 548 ICMP6STAT_INC2(icp6s_outhist, type); in rip6_send()
|
| HD | mld6.c | 3136 ICMP6STAT_INC2(icp6s_outhist, type); in mld_dispatch_packet()
|
| /freebsd-head/sys/netinet/ |
| HD | in_kdtrace.c | 153 MIB_PROBE2_ICMP6(icp6s_outhist);
|
| HD | icmp6.h | 591 uint64_t icp6s_outhist[256]; member
|
| HD | in_kdtrace.h | 148 SDT_PROBE_DECLARE(mib, icmp6, count, icp6s_outhist);
|