Home
last modified time | relevance | path

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

/xnu-12377.1.9/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) \
1317 netem_output_func_t output, uint32_t output_max_batch_size) in netem_create() argument
1333 MIN(output_max_batch_size, NETEM_MAX_BATCH_SIZE); in netem_create()
1622 netem_output_func_t *output_func, uint32_t output_max_batch_size) in netem_config() argument
1663 output_func, output_max_batch_size); in netem_config()