Home
last modified time | relevance | path

Searched refs:ip6s_tooshort (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.bin/systat/
H A Dip6.c156 DO(ip6s_tooshort); in domode()
199 DO(ip6s_tooshort, 2, 0); in showip6()
/freebsd/sys/netinet6/
H A Dip6_fastfwd.c131 IP6STAT_INC(ip6s_tooshort); in ip6_tryforward()
H A Dip6_input.c502 IP6STAT_INC(ip6s_tooshort); in ip6_direct_input()
862 IP6STAT_INC(ip6s_tooshort); in ip6_input()
929 IP6STAT_INC(ip6s_tooshort); in ip6_input()
H A Dip6_var.h200 uint64_t ip6s_tooshort; /* packet too short */ member
/freebsd/sys/netinet/
H A Din_kdtrace.c82 MIB_PROBE_IP6(ip6s_tooshort);
H A Din_kdtrace.h91 SDT_PROBE_DECLARE(mib, ip6, count, ip6s_tooshort);
/freebsd/sys/netipsec/
H A Dipsec_input.c769 IP6STAT_INC(ip6s_tooshort); in ipsec6_common_input_cb()
/freebsd/usr.bin/netstat/
H A Dinet6.c371 p1a(ip6s_tooshort, "\t{:dropped-short-packets/%ju} " in ip6_stats()