Searched refs:labelcount (Results 1 – 3 of 3) sorted by relevance
530 size_t skipcount, labelcount; in pf_nvrule_to_rule() local677 size_t labelcount, i; in pfctl_nveth_rule_to_eth_rule() local692 for (i = 0; i < labelcount; i++) in pfctl_nveth_rule_to_eth_rule()840 size_t labelcount, size; in pfctl_add_eth_rule() local876 labelcount = 0; in pfctl_add_eth_rule()880 r->label[labelcount]); in pfctl_add_eth_rule()881 labelcount++; in pfctl_add_eth_rule()921 size_t labelcount; in pfctl_add_rule() local936 labelcount = 0; in pfctl_add_rule()940 r->label[labelcount]); in pfctl_add_rule()[all …]
260 int labelcount; member285 int labelcount; member1377 if (filter_opts.labelcount >= PF_RULE_MAX_LABEL_COUNT) {1381 filter_opts.label[filter_opts.labelcount++] = $1;1695 if (antispoof_opts.labelcount >= PF_RULE_MAX_LABEL_COUNT) {1699 antispoof_opts.label[antispoof_opts.labelcount++] = $1;2884 if (filter_opts.labelcount >= PF_RULE_MAX_LABEL_COUNT) {2888 filter_opts.label[filter_opts.labelcount++] = $1;
606 * Fixed: signatures over wildcards had the wrong labelcount.