Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dflow_divert.c114 #define GROUP_COUNT_MAX 31 macro
261 …} else if (ctl_unit == 0 || (ctl_unit >= GROUP_COUNT_MAX && ctl_unit < FLOW_DIVERT_IN_PROCESS_UNIT… in flow_divert_group_lookup()
360 for (idx = 1; idx < GROUP_COUNT_MAX && error == 0; idx++) { in flow_divert_add_to_group()
2136 for (counter = 0; counter < (GROUP_COUNT_MAX - 1); counter++) { in flow_divert_derive_kernel_control_unit()
2184 if (next_ctl_unit == 0 || next_ctl_unit >= GROUP_COUNT_MAX) { in flow_divert_try_next_group()
2636 if (ctl_unit >= GROUP_COUNT_MAX) { in flow_divert_handle_connect_result()
4163 …if (group_unit == 0 || (group_unit >= GROUP_COUNT_MAX && group_unit < FLOW_DIVERT_IN_PROCESS_UNIT_… in flow_divert_pcb_init_internal()
4261 if (key_unit >= GROUP_COUNT_MAX) { in flow_divert_token_set()
4287 if (ctl_unit > 0 && ctl_unit < GROUP_COUNT_MAX) { in flow_divert_token_set()
4498 GROUP_COUNT_MAX, Z_WAITOK | Z_ZERO | Z_NOFAIL); in flow_divert_kctl_setup()
[all …]