Searched refs:ips_toosmall (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dip_var.h191 u_int32_t ips_toosmall; /* not enough data */ member in struct:ipstat
H A Dip_divert.c561 OSAddAtomic(1, &ipstat.ips_toosmall);
H A Dip_input.c378 atomic_add_32(&ipstat.ips_toosmall, 1); \
764 OSAddAtomic(1, &ipstat.ips_toosmall);
1534 OSAddAtomic(1, &ipstat.ips_toosmall);
/xnu-2782.1.97/bsd/net/
H A Dif_bridge.c5584 ipstat.ips_toosmall++;
5589 ipstat.ips_toosmall++;

Completed in 46 milliseconds