Home
last modified time | relevance | path

Searched refs:eastack (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/pfctl/
H A Dpfctl_parser.h115 struct pfctl_eth_anchor *eastack[PFCTL_ANCHOR_STACK_DEPTH]; member
H A Dparse.y1319 pf->eastack[pf->asd] = rs->anchor;
1325 pf->eanchor = pf->eastack[pf->asd];
1347 if (pf->eastack[pf->asd + 1]) {
1357 &pf->eastack[pf->asd]->ruleset,
1388 pf->eastack[pf->asd + 1] ? pf->ealast->name : $3);
1391 pf->eastack[pf->asd + 1] = NULL;
6540 r->nr = pf->eastack[pf->asd]->match++; in expand_eth_rule()
H A Dpfctl.c2752 pf.eastack[0] = pf.eanchor; in pfctl_rules()