Home
last modified time | relevance | path

Searched refs:ipips_hdrops (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/netinet/
Dip_ipip.h49 u_int64_t ipips_hdrops; /* packet shorter than header shows */ member
82 ipips_hdrops, enumerator
Dip_ipip.c175 ipipstat_inc(ipips_hdrops); in ipip_input_if()
220 ipipstat_inc(ipips_hdrops); in ipip_input_if()
230 ipipstat_inc(ipips_hdrops); in ipip_input_if()
248 ipipstat_inc(ipips_hdrops); in ipip_input_if()
379 ipipstat_inc(ipips_hdrops); in ipip_output()
478 ipipstat_inc(ipips_hdrops); in ipip_output()
/openbsd/src/usr.bin/netstat/
Dinet.c1132 p(ipips_hdrops, "\t%llu packet%s shorter than header shows\n"); in ipip_stats()