Home
last modified time | relevance | path

Searched refs:min_val (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/netgraph/
H A Dng_source.h104 uint32_t min_val; member
/f-stack/freebsd/netgraph/
H A Dng_source.h104 uint32_t min_val; member
H A Dng_source.c854 cnt->next_val = cnt->min_val - 1 + in ng_source_mod_counter()
858 } else if (increment < 0 && cnt->next_val < cnt->min_val) { in ng_source_mod_counter()
860 (cnt->next_val - cnt->min_val); in ng_source_mod_counter()
861 if (cnt->next_val < cnt->min_val) in ng_source_mod_counter()