Lines Matching defs:scrub_opts
299 struct scrub_opts {
306 } scrub_opts;
453 struct scrub_opts scrub_opts;
532 %type <v.scrub_opts> scrub_opts scrub_opt scrub_opts_l
1017 scrub_opts : {
1018 bzero(&scrub_opts, sizeof scrub_opts);
1021 { $$ = scrub_opts; }
1029 if (scrub_opts.nodf) {
1033 scrub_opts.nodf = 1;
1036 if (scrub_opts.marker & FOM_MINTTL) {
1044 scrub_opts.marker |= FOM_MINTTL;
1045 scrub_opts.minttl = $2;
1048 if (scrub_opts.marker & FOM_MAXMSS) {
1056 scrub_opts.marker |= FOM_MAXMSS;
1057 scrub_opts.maxmss = $2;
1067 if (scrub_opts.reassemble_tcp) {
1071 scrub_opts.reassemble_tcp = 1;
1074 if (scrub_opts.randomid) {
1078 scrub_opts.randomid = 1;
2032 | SCRUB '(' scrub_opts ')' {