Home
last modified time | relevance | path

Searched refs:ED_MAX_SAMPLES_NO (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/netinet/
Dip_dummynet.h209 #define ED_MAX_SAMPLES_NO 1024 macro
219 int samples[ED_MAX_SAMPLES_NO]; /* may be shorter */
/freebsd-10-stable/sys/netpfil/ipfw/
Dip_dn_glue.c267 #define ED_MAX_SAMPLES_NO 1024 macro
270 int samples[ED_MAX_SAMPLES_NO];
Dip_dummynet.c1022 ED_MAX_SAMPLES_NO*sizeof(int); in copy_profile()
2110 ED_MAX_SAMPLES_NO*sizeof(int); in compute_space()
/freebsd-10-stable/sbin/ipfw/
Ddummynet.c869 struct point points[ED_MAX_SAMPLES_NO]; in load_extra_delays()
910 if (samples>ED_MAX_SAMPLES_NO) in load_extra_delays()
912 ED_MAX_SAMPLES_NO); in load_extra_delays()