Home
last modified time | relevance | path

Searched refs:ip6stat (Results 1 – 17 of 17) sorted by relevance

/dragonfly/sys/netinet6/
H A Dip6_input.c134 struct ip6stat ip6stat; variable
225 ip6stat.ip6s_mext2m++; in ip6_input()
227 ip6stat.ip6s_mext1++; in ip6_input()
236 ip6stat.ip6s_m2m[0]++; in ip6_input()
238 ip6stat.ip6s_m1++; in ip6_input()
243 ip6stat.ip6s_total++; in ip6_input()
280 ip6stat.ip6s_badvers++; in ip6_input()
336 ip6stat.ip6s_badscope++; in ip6_input()
343 ip6stat.ip6s_badscope++; in ip6_input()
362 ip6stat.ip6s_badscope++; in ip6_input()
[all …]
H A Dip6_forward.c105 ip6stat.ip6s_cantforward++; in ip6_forward()
154 ip6stat.ip6s_noroute++; in ip6_forward()
176 ip6stat.ip6s_noroute++; in ip6_forward()
198 ip6stat.ip6s_cantforward++; in ip6_forward()
199 ip6stat.ip6s_badscope++; in ip6_forward()
338 ip6stat.ip6s_cantforward++; in ip6_forward()
340 ip6stat.ip6s_forward++; in ip6_forward()
343 ip6stat.ip6s_redirectsent++; in ip6_forward()
H A Droute6.c68 ip6stat.ip6s_tooshort++; in route6_input()
80 ip6stat.ip6s_badoptions++; in route6_input()
H A Dfrag6.c227 ip6stat.ip6s_fragments++; in frag6_input()
519 ip6stat.ip6s_reassembled++; in frag6_input()
537 ip6stat.ip6s_fragdropped++; in frag6_input()
648 ip6stat.ip6s_fragtimeout++; in frag6_slowtimo_dispatch()
660 ip6stat.ip6s_fragoverflow++; in frag6_slowtimo_dispatch()
709 ip6stat.ip6s_fragdropped++; in frag6_drain_oncpu()
H A Dip6_var.h191 struct ip6stat { struct
293 extern struct ip6stat ip6stat; /* statistics */
H A Dip6_output.c304 ip6stat.ip6s_badscope++; in ip6_output()
309 ip6stat.ip6s_badscope++; in ip6_output()
313 ip6stat.ip6s_localout++; in ip6_output()
362 ip6stat.ip6s_noroute++; in ip6_output()
387 ip6stat.ip6s_noroute++; in ip6_output()
431 ip6stat.ip6s_badscope++; in ip6_output()
457 ip6stat.ip6s_noroute++; in ip6_output()
475 ip6stat.ip6s_noroute++; in ip6_output()
802 ip6stat.ip6s_odropped++; in ip6_output()
815 ip6stat.ip6s_odropped++; in ip6_output()
[all …]
H A Din6_gif.c248 ip6stat.ip6s_nogif++; in in6_gif_input()
295 ip6stat.ip6s_nogif++; in in6_gif_input()
H A Ddest6.c94 ip6stat.ip6s_toosmall++; in dest6_input()
H A Din6_proto.c464 &ip6stat, ip6stat, "IP stats");
H A Din6.c2280 ip6stat.ip6s_sources_none++; in in6_ifawithscope()
2283 ip6stat.ip6s_sources_sameif[best_scope]++; in in6_ifawithscope()
2285 ip6stat.ip6s_sources_otherif[best_scope]++; in in6_ifawithscope()
2288 ip6stat.ip6s_sources_samescope[best_scope]++; in in6_ifawithscope()
2290 ip6stat.ip6s_sources_otherscope[best_scope]++; in in6_ifawithscope()
2293 ip6stat.ip6s_sources_deprecated[best_scope]++; in in6_ifawithscope()
H A Dip6_mroute.c976 ip6stat.ip6s_cantforward++; in ip6_mforward()
1444 ip6stat.ip6s_badscope++; in ip6_mdq()
H A Draw_ip6.c223 ip6stat.ip6s_delivered--; in rip6_input()
H A Dicmp6.c1904 ip6stat.ip6s_delivered--; in icmp6_rip6_input()
/dragonfly/usr.bin/netstat/
H A Dinet6.c339 struct ip6stat ip6stat; in ip6_stats() local
349 len = sizeof ip6stat; in ip6_stats()
350 memset(&ip6stat, 0, len); in ip6_stats()
356 printf(m, (unsigned long long)ip6stat.f, plural(ip6stat.f)) in ip6_stats()
358 printf(m, (unsigned long long)ip6stat.f) in ip6_stats()
384 if (ip6stat.ip6s_nxthist[i] != 0) { in ip6_stats()
396 if (ip6stat.ip6s_m2m[i] != 0) { in ip6_stats()
433 (unsigned long long)ip6stat.s, i);\ in ip6_stats()
440 if (ip6stat.ip6s_sources_sameif[i]) { in ip6_stats()
449 if (ip6stat.ip6s_sources_otherif[i]) { in ip6_stats()
[all …]
/dragonfly/usr.bin/systat/
H A Dip6.c52 static struct ip6stat curstat, initstat, oldstat;
128 domode(struct ip6stat *ret) in domode()
130 const struct ip6stat *sub; in domode()
181 struct ip6stat stats; in showip6()
/dragonfly/sys/netinet/
H A Dip6.h283 ip6stat.ip6s_exthdrtoolong++; \
287 ip6stat.ip6s_exthdrtoolong++; \
293 ip6stat.ip6s_exthdrtoolong++; \
300 ip6stat.ip6s_tooshort++; \
/dragonfly/sys/net/bridge/
H A Dif_bridge.c4329 ip6stat.ip6s_toosmall++; in bridge_ip6_checkbasic()
4338 ip6stat.ip6s_toosmall++; in bridge_ip6_checkbasic()
4347 ip6stat.ip6s_badvers++; in bridge_ip6_checkbasic()