Searched refs:antispoof_opts (Results 1 – 1 of 1) sorted by relevance
312 static struct antispoof_opts { struct317 } antispoof_opts; variable487 struct antispoof_opts antispoof_opts; member578 %type <v.antispoof_opts> antispoof_opts antispoof_opt antispoof_opts_l1581 antispoof : ANTISPOOF logquick antispoof_ifspc af antispoof_opts {1691 antispoof_opts : {1692 bzero(&antispoof_opts, sizeof antispoof_opts);1693 antispoof_opts.rtableid = -1;1696 { $$ = antispoof_opts; }1698 bzero(&antispoof_opts, sizeof antispoof_opts);[all …]