Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dflow_divert.c134 static uint32_t g_active_group_count = 0; variable
250 if (g_flow_divert_groups == NULL || g_active_group_count == 0) { in flow_divert_pcb_insert()
529 if (g_flow_divert_groups != NULL && g_active_group_count > 0) { in flow_divert_packet_verify_hmac()
1935 if (g_flow_divert_groups == NULL || g_active_group_count == 0) { in flow_divert_try_next()
2324 } else if (g_flow_divert_groups == NULL || g_active_group_count == 0) { in flow_divert_handle_connect_result()
4040 if (g_flow_divert_groups != NULL && g_active_group_count > 0 && in flow_divert_token_get()
4120 g_active_group_count++; in flow_divert_kctl_connect()
4152 if (g_flow_divert_groups == NULL || g_active_group_count == 0) { in flow_divert_kctl_disconnect()
4154 g_flow_divert_groups, g_active_group_count); in flow_divert_kctl_disconnect()
4164 g_active_group_count--; in flow_divert_kctl_disconnect()
[all …]