Lines Matching defs:alast
864 pf->alast = pf->anchor;
890 $2 ? $2 : pf->alast->name);
896 if (pf->alast != r.anchor) {
903 mv_rules(&pf->alast->ruleset,
905 mv_tables(pf, &pfr_ktables, r.anchor, pf->alast);
907 pf_remove_if_empty_ruleset(&pf->alast->ruleset);
908 pf->alast = r.anchor;
5608 struct pf_anchor *a, struct pf_anchor *alast)
5626 DBGPRINT("%s [ %s ] (%s)\n", __func__, a->path, alast->path);
5628 path_cut = strstr(kt->pfrkt_anchor, alast->path);
5630 path_cut += strlen(alast->path);