Searched refs:next_group (Results 1 – 1 of 1) sorted by relevance
1920 struct flow_divert_group *next_group = NULL; in flow_divert_try_next() local1945 next_group = g_flow_divert_groups[next_ctl_unit]; in flow_divert_try_next()1946 if (next_group == NULL) { in flow_divert_try_next()1955 lck_rw_lock_exclusive(&(next_group->lck)); in flow_divert_try_next()1960 if (RB_INSERT(fd_pcb_tree, &(next_group->pcb_tree), fd_cb) != NULL) { in flow_divert_try_next()1964 fd_cb->group = next_group; in flow_divert_try_next()1972 lck_rw_done(&(next_group->lck)); in flow_divert_try_next()