Home
last modified time | relevance | path

Searched refs:ip6s_noroute (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.bin/systat/
H A Dip6.c174 DO(ip6s_noroute); in domode()
208 DO(ip6s_noroute, 6, 35); in showip6()
/freebsd/sys/netinet6/
H A Dip6_fastfwd.c66 IP6STAT_INC(ip6s_noroute); in ip6_findroute()
H A Dip6_forward.c188 IP6STAT_INC(ip6s_noroute); in ip6_forward()
H A Din6_src.c741 IP6STAT_INC(ip6s_noroute); in selectroute()
756 IP6STAT_INC(ip6s_noroute); in selectroute()
H A Dip6_var.h218 uint64_t ip6s_noroute; /* packets discarded due to no route */ member
H A Dip6_output.c713 IP6STAT_INC(ip6s_noroute); in ip6_output()
778 IP6STAT_INC(ip6s_noroute); in ip6_output()
883 IP6STAT_INC(ip6s_noroute); in ip6_output()
H A Dmld6.c3086 IP6STAT_INC(ip6s_noroute); in mld_dispatch_packet()
/freebsd/sys/netinet/
H A Din_kdtrace.c100 MIB_PROBE_IP6(ip6s_noroute);
H A Din_kdtrace.h109 SDT_PROBE_DECLARE(mib, ip6, count, ip6s_noroute);
/freebsd/usr.bin/netstat/
H A Dinet6.c404 p(ip6s_noroute, "\t{:discard-no-route/%ju} " in ip6_stats()