Searched refs:evaluations (Results 1 – 17 of 17) sorted by relevance
| /freebsd-14.2/lib/libpfctl/ |
| H A D | libpfctl.h | 105 uint64_t evaluations; member 179 uint64_t evaluations; member
|
| H A D | libpfctl.c | 561 rule->evaluations = nvlist_get_number(nvl, "evaluations"); in pf_nvrule_to_rule() 706 rule->evaluations = nvlist_get_number(nvl, "evaluations"); in pfctl_nveth_rule_to_eth_rule()
|
| /freebsd-14.2/sys/netpfil/pf/ |
| H A D | pf_ioctl.c | 555 counter_u64_free(rule->evaluations); in pf_free_eth_rule() 1406 pf_counter_u64_add_protected(&rule->evaluations, in pf_commit_rules() 1407 pf_counter_u64_fetch(&old_rule->evaluations)); in pf_commit_rules() 1848 pf_counter_u64_deinit(&rule->evaluations); in pf_krule_free() 1942 rule->evaluations = pf_counter_u64_fetch(&krule->evaluations); in pf_krule_to_rule() 2179 pf_counter_u64_init(&rule->evaluations, M_WAITOK); in pf_ioctl_addrule() 2818 counter_u64_zero(rule->evaluations); in pfioctl() 2887 rule->evaluations = counter_u64_alloc(M_WAITOK); in pfioctl() 3291 pf_counter_u64_zero(&rule->evaluations); in pfioctl() 3410 pf_counter_u64_zero(&rule->evaluations); in pfioctl() [all …]
|
| H A D | pf.h | 512 u_int64_t evaluations; member
|
| H A D | pf_norm.c | 1063 pf_counter_u64_add(&r->evaluations, 1); in pf_normalize_ip() 1226 pf_counter_u64_add(&r->evaluations, 1); in pf_normalize_ip6() 1390 pf_counter_u64_add(&r->evaluations, 1); in pf_normalize_tcp() 2200 pf_counter_u64_add(&r->evaluations, 1); in pf_normalize_sctp()
|
| H A D | pf_nv.c | 731 pf_counter_u64_fetch(&rule->evaluations)); in pf_krule_to_nvrule() 1100 counter_u64_fetch(krule->evaluations)); in pf_keth_rule_to_nveth_rule()
|
| H A D | pf_lb.c | 150 pf_counter_u64_add(&r->evaluations, 1); in pf_match_translation()
|
| H A D | pf.c | 2137 pf_counter_u64_periodic(&rule->evaluations); in pf_rule_counter_u64_periodic() 4441 counter_u64_add(r->evaluations, 1); in pf_test_eth_rule() 4877 pf_counter_u64_add(&r->evaluations, 1); in pf_test_rule() 5349 pf_counter_u64_add(&r->evaluations, 1); in pf_test_fragment()
|
| /freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_pf/ |
| H A D | BEGEMOT-PF-MIB.txt | 899 "The number of evaluations returning a match." 907 "The number of evaluations not returning a match." 1310 "The number of rule evaluations."
|
| H A D | pf_snmp.c | 1549 e->evals = rule.evaluations; in pfl_scan_ruleset()
|
| /freebsd-14.2/sbin/pfctl/ |
| H A D | pfctl.c | 1010 (unsigned long long)rule->evaluations, in pfctl_print_eth_rule_counters() 1056 (unsigned long long)rule->evaluations, in pfctl_print_rule_counters() 1349 (unsigned long long)rule.evaluations, in pfctl_show_rules()
|
| H A D | pfctl_optimize.c | 183 PF_RULE_FIELD(evaluations, DC),
|
| /freebsd-14.2/usr.sbin/bsdconfig/share/ |
| H A D | strings.subr | 332 # escaped structure for later evaluations.
|
| /freebsd-14.2/sys/net/ |
| H A D | pfvar.h | 729 counter_u64_t evaluations; member 774 struct pf_counter_u64 evaluations; member
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.def | 282 "Whether we should eagerly assume evaluations of conditionals, thus, "
|
| /freebsd-14.2/contrib/bmake/ |
| H A D | ChangeLog | 1341 remove redundant evaluations in VarFind
|
| /freebsd-14.2/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 12732 …abstract = "Detailed performance evaluations are presented for six ACM algorithms: quicksort (… 12738 …gorithms; computer programming; computer testing; general; performance evaluations; performance te…
|