Home
last modified time | relevance | path

Searched refs:ip6s_nxthist (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/systat/
H A Dip6.c179 DO(ip6s_nxthist[i]); in domode()
215 DO(ip6s_nxthist[IPPROTO_DSTOPTS], 10, 35); in showip6()
217 DO(ip6s_nxthist[IPPROTO_HOPOPTS], 11, 35); in showip6()
219 DO(ip6s_nxthist[IPPROTO_IPV4], 12, 35); in showip6()
221 DO(ip6s_nxthist[IPPROTO_TCP], 13, 35); in showip6()
223 DO(ip6s_nxthist[IPPROTO_UDP], 14, 35); in showip6()
225 DO(ip6s_nxthist[IPPROTO_IPV6], 15, 35); in showip6()
227 DO(ip6s_nxthist[IPPROTO_ROUTING], 16, 35); in showip6()
229 DO(ip6s_nxthist[IPPROTO_FRAGMENT], 17, 35); in showip6()
230 DO(ip6s_nxthist[IPPROTO_ICMPV6], 18, 35); in showip6()
[all …]
/freebsd/usr.bin/netstat/
H A Dinet6.c417 if (ip6stat.ip6s_nxthist[i] != 0) { in ip6_stats()
425 (uintmax_t)ip6stat.ip6s_nxthist[i]); in ip6_stats()
/freebsd/sys/netinet6/
H A Dip6_var.h224 uint64_t ip6s_nxthist[IP6S_HDRCNT]; /* next header history */ member
H A Dip6_input.c620 IP6STAT_INC2(ip6s_nxthist, ip6->ip6_nxt); in ip6_input()
/freebsd/sys/netinet/
H A Din_kdtrace.c105 MIB_PROBE2_IP6(ip6s_nxthist);
H A Din_kdtrace.h114 SDT_PROBE_DECLARE(mib, ip6, count, ip6s_nxthist);