Searched refs:next_group (Results 1 – 1 of 1) sorted by relevance
1916 struct flow_divert_group *next_group = NULL; in flow_divert_try_next() local1941 next_group = g_flow_divert_groups[next_ctl_unit]; in flow_divert_try_next()1942 if (next_group == NULL) { in flow_divert_try_next()1951 lck_rw_lock_exclusive(&(next_group->lck)); in flow_divert_try_next()1956 if (RB_INSERT(fd_pcb_tree, &(next_group->pcb_tree), fd_cb) != NULL) { in flow_divert_try_next()1960 fd_cb->group = next_group; in flow_divert_try_next()1968 lck_rw_done(&(next_group->lck)); in flow_divert_try_next()