Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_parser.h92 struct pfctl_eth_anchor *eastack[PFCTL_ANCHOR_STACK_DEPTH]; member
H A Dparse.y1291 pf->eastack[pf->asd] = rs->anchor;
1297 pf->eanchor = pf->eastack[pf->asd];
1319 if (pf->eastack[pf->asd + 1]) {
1329 &pf->eastack[pf->asd]->ruleset,
1360 pf->eastack[pf->asd + 1] ? pf->ealast->name : $3);
1363 pf->eastack[pf->asd + 1] = NULL;
6118 r->nr = pf->eastack[pf->asd]->match++; in expand_eth_rule()
H A Dpfctl.c2200 pf.eastack[0] = pf.eanchor; in pfctl_rules()