Searched refs:GROUP_COUNT_MAX (Results 1 – 1 of 1) sorted by relevance
113 #define GROUP_COUNT_MAX 31 macro252 …} else if (ctl_unit == 0 || (ctl_unit >= GROUP_COUNT_MAX && ctl_unit < FLOW_DIVERT_IN_PROCESS_UNIT… in flow_divert_group_lookup()351 for (idx = 1; idx < GROUP_COUNT_MAX && error == 0; idx++) { in flow_divert_add_to_group()2133 for (counter = 0; counter < (GROUP_COUNT_MAX - 1); counter++) { in flow_divert_derive_kernel_control_unit()2181 if (next_ctl_unit == 0 || next_ctl_unit >= GROUP_COUNT_MAX) { in flow_divert_try_next_group()2641 if (ctl_unit >= GROUP_COUNT_MAX) { in flow_divert_handle_connect_result()4179 …if (group_unit == 0 || (group_unit >= GROUP_COUNT_MAX && group_unit < FLOW_DIVERT_IN_PROCESS_UNIT_… in flow_divert_pcb_init_internal()4277 if (key_unit >= GROUP_COUNT_MAX) { in flow_divert_token_set()4303 if (ctl_unit > 0 && ctl_unit < GROUP_COUNT_MAX) { in flow_divert_token_set()4516 GROUP_COUNT_MAX, Z_WAITOK | Z_ZERO | Z_NOFAIL); in flow_divert_kctl_setup()[all …]