Searched refs:icp6s_outhist (Results 1 – 7 of 7) sorted by relevance
157 DO(icp6s_outhist[i]); in domode()181 totalout += stats.icp6s_outhist[i]; in showicmp6()199 #define DO2(type, row) DO(icp6s_inhist[type], row, 0); DO(icp6s_outhist[type], \ in showicmp6()210 DO(icp6s_outhist[ND_ROUTER_ADVERT], 16, 35); in showicmp6()
852 #define NELEM (int)(sizeof(icmp6stat.icp6s_outhist)/sizeof(icmp6stat.icp6s_outhist[0])) in icmp6_stats()854 if (icmp6stat.icp6s_outhist[i] != 0) { in icmp6_stats()860 (uintmax_t)icmp6stat.icp6s_outhist[i]); in icmp6_stats()
389 ICMP6STAT_INC(icp6s_outhist[type]); in icmp6_error()618 ICMP6STAT_INC(icp6s_outhist[ICMP6_ECHO_REPLY]); in icmp6_input()734 ICMP6STAT_INC(icp6s_outhist[ICMP6_WRUREPLY]); in icmp6_input()2793 ICMP6STAT_INC(icp6s_outhist[ND_REDIRECT]); in icmp6_redirect_output()
614 ICMP6STAT_INC(icp6s_outhist[ND_NEIGHBOR_SOLICIT]); in nd6_ns_output_fib()1103 ICMP6STAT_INC(icp6s_outhist[ND_NEIGHBOR_ADVERT]); in nd6_na_output_fib()
564 ICMP6STAT_INC(icp6s_outhist[type]);
3140 ICMP6STAT_INC(icp6s_outhist[type]); in mld_dispatch_packet()
590 uint64_t icp6s_outhist[256]; member