Lines Matching refs:next

580 	/* add next action */
679 /* add next action */
1279 for (flt = action->filters; flt; flt = flt->next) {
1294 for (cls = action->classes; cls; cls = cls->next) {
1324 for (flt = action->filters; flt; flt = flt->next) {
1340 for (cls = action->classes; cls; cls = cls->next) {
1369 conf = conf->next;
1392 for (act = new; act; act = act->next) {
1417 for (act = old; act; act = act->next) {
1498 for (cls = old->classes; cls; cls = cls->next) {
1514 * if permanent class and next action created by us
1515 * copy it, set it's next action to continue and
1535 /* set next action to continue */
1548 for (cls = new->classes; cls; cls = cls->next) {
1601 for (flt = new->filters; flt; flt = flt->next) {
1615 if (flt->next == NULL ||
1616 strcmp(flt->next->name, flt->name) != 0) {
1619 flt = flt->next;
1651 tmpf = tmpf->next;
1672 if (flt->next == NULL ||
1673 strcmp(flt->next->name,
1677 flt = flt->next;
1707 for (flt = old->filters; flt; flt = flt->next) {
1720 if (flt->next == NULL ||
1721 strcmp(flt->next->name, flt->name) != 0) {
1724 flt = flt->next;
2167 for (act = actions; act; act = act->next) {
2207 for (cls = act->classes; cls; cls = cls->next) {
2219 for (pact = act->params->actions; pact; pact = pact->next) {
2361 for (flt = filters; flt; flt = flt->next) {
2404 for (cls = classes; cls; cls = cls->next) {
2448 for (act = actions; act; act = act->next) {
2497 for (dep = act->dependencies; dep; dep = dep->next) {
2524 for (flt = act->filters; flt; flt = flt->next) {
2549 for (cls = act->classes; cls; cls = cls->next) {
2598 for (act = actions; act; act = act->next) {
2621 for (cls = act->classes; cls; cls = cls->next) {
2637 for (flt = act->filters; flt; flt = flt->next) {
2682 for (act = nactions; act; act = act->next) {
2708 for (flt = act->filters; flt; flt = flt->next) {
2723 for (cls = act->classes; cls; cls = cls->next) {
2745 for (act = oactions; act != NULL; act = act->next) {
2751 for (flt = act->filters; flt != NULL; flt = flt->next) {
2761 for (cls = act->classes; cls != NULL; cls = cls->next) {
3133 name_val = name_val->next;
3557 /* print name, next action and stats enable */
3690 if ((*filter)->next == NULL ||
3691 strcmp((*filter)->name, (*filter)->next->name) !=
3695 *filter = (*filter)->next;
3791 for (cls = action->classes; cls != NULL; cls = cls->next) {
3804 for (flt = action->filters; flt != NULL; flt = flt->next) {
3835 *lendpp = &(**lendpp)->next;
3844 el->next = *listp;
4077 svnp = svnp->next;
4084 svnp = svnp->next;
4125 sv_entry->next = *sv_entrys;
4145 tmp = sve->next;
4173 sv = sv->next;
4456 * get next range.
5318 * if so store it and what follows for next
5369 * store anything after the comma for next
6368 for (cls = classes; cls; cls = cls->next) {
6406 filters = filters->next;
6649 ipqos_conf_action_t *next;
6673 nf = flt->next;
6682 nc = cls->next;
6694 nf = flt->next;
6702 next = act->next;
6704 act = next;
6725 actions = actions->next;
6769 aref->next = *arefs;
6784 ipqos_conf_act_ref_t *next;
6788 next = aref->next;
6790 aref = next;
6944 /* next action */
6952 * if next action string continue string set action to
6992 gettext("Missing class name/next action before line %u.\n"),
8129 if (actionexist(actions->name, actions->next)) {
8133 actions = actions->next;
8164 * classes next action and parameter actions.
8167 for (aref = action->params->actions; aref != NULL; aref = aref->next) {
8181 for (c = action->classes; c != NULL; c = c->next) {
8239 for (act = actions; act; act = act->next) {
8246 for (flt = act->filters; flt; flt = flt->next) {
8251 flt->next)) {
8282 for (cls = act->classes; cls; cls = cls->next) {
8286 if (userconf && classexist(cls->name, cls->next)) {
8294 * virtual actions always exist so don't check for next
8302 * check existance of next action and create link to
8327 for (aref = params->actions; aref; aref = aref->next) {
8367 for (act = actions; act; act = act->next) {
8874 /* lookup next action */
9247 for (act = actions; act != NULL; act = act->next) {
9256 for (flt = act->retry_filters; flt != NULL; flt = flt->next) {
9271 for (flt = *new_filters; flt != NULL; flt = flt->next) {
9360 for (act = conf; act != NULL; act = act->next) {
9532 for (act = conf; act != NULL; act = act->next) {
9533 for (oact = oconf; oact != NULL; oact = oact->next) {
9821 for (act = conf; act != NULL; act = act->next) {
9866 for (act = conf; act != NULL; act = act->next) {