Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/pfctl/
HDparse.y291 static struct scrub_opts { struct
303 } scrub_opts; argument
479 struct scrub_opts scrub_opts; member
569 %type <v.scrub_opts> scrub_opts scrub_opt scrub_opts_l
1409 scrubrule : scrubaction dir logquick interface af proto fromto scrub_opts
1467 scrub_opts : {
1468 bzero(&scrub_opts, sizeof scrub_opts);
1469 scrub_opts.rtableid = -1;
1472 { $$ = scrub_opts; }
1474 bzero(&scrub_opts, sizeof scrub_opts);
[all …]