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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_var.h192 u_int32_t ips_toosmall; /* not enough data */ member in struct:ipstat
H A Dip_divert.c542 OSAddAtomic(1, &ipstat.ips_toosmall);
H A Dip_input.c389 atomic_add_32(&ipstat.ips_toosmall, 1); \
787 OSAddAtomic(1, &ipstat.ips_toosmall);
1283 OSAddAtomic(1, &ipstat.ips_toosmall);
/darwin-on-arm/xnu/bsd/net/
H A Dif_bridge.c5015 ipstat.ips_toosmall++;
5020 ipstat.ips_toosmall++;

Completed in 78 milliseconds