Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_dummynet.h209 #define ED_MAX_SAMPLES_NO 1024 macro
219 int samples[ED_MAX_SAMPLES_NO]; /* may be shorter */
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_glue.c268 #define ED_MAX_SAMPLES_NO 1024 macro
271 int samples[ED_MAX_SAMPLES_NO];
H A Dip_dummynet.c1025 ED_MAX_SAMPLES_NO*sizeof(int); in copy_profile()
2113 ED_MAX_SAMPLES_NO*sizeof(int); in compute_space()
/f-stack/tools/ipfw/
H A Ddummynet.c880 struct point points[ED_MAX_SAMPLES_NO]; in load_extra_delays()
921 if (samples>ED_MAX_SAMPLES_NO) in load_extra_delays()
923 ED_MAX_SAMPLES_NO); in load_extra_delays()