Searched refs:g_flow_divert_groups (Results 1 – 1 of 1) sorted by relevance
137 static struct flow_divert_group **g_flow_divert_groups = NULL; variable244 if (g_flow_divert_groups == NULL || g_active_group_count == 0) { in flow_divert_group_lookup()251 group = g_flow_divert_groups[ctl_unit]; in flow_divert_group_lookup()4287 if (g_flow_divert_groups == NULL) { in flow_divert_kctl_connect()4288 g_flow_divert_groups = kalloc_type(struct flow_divert_group *, in flow_divert_kctl_connect()4292 if (g_flow_divert_groups[sac->sc_unit] != NULL) { in flow_divert_kctl_connect()4295 g_flow_divert_groups[sac->sc_unit] = new_group; in flow_divert_kctl_connect()4328 if (g_flow_divert_groups == NULL || g_active_group_count == 0) { in flow_divert_kctl_disconnect()4330 g_flow_divert_groups, g_active_group_count); in flow_divert_kctl_disconnect()4333 group = g_flow_divert_groups[unit]; in flow_divert_kctl_disconnect()[all …]