Home
last modified time | relevance | path

Searched refs:output_max_batch_size (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/bsd/net/pktsched/
H A Dpktsched_netem.h40 netem_output_func_t *output_func, uint32_t output_max_batch_size);
H A Dpktsched_netem.c43 __unused uint32_t output_max_batch_size) \
1298 netem_output_func_t output, uint32_t output_max_batch_size) in netem_create() argument
1314 MIN(output_max_batch_size, NETEM_MAX_BATCH_SIZE); in netem_create()
1603 netem_output_func_t *output_func, uint32_t output_max_batch_size) in netem_config() argument
1644 output_func, output_max_batch_size); in netem_config()