/freebsd/lib/libpfctl/ |
H A D | libpfctl.h | 105 uint64_t evaluations; member 179 uint64_t evaluations; member
|
H A D | libpfctl.c | 736 rule->evaluations = nvlist_get_number(nvl, "evaluations"); in pf_nvrule_to_rule() 881 rule->evaluations = nvlist_get_number(nvl, "evaluations"); in pfctl_nveth_rule_to_eth_rule() 1655 { .type = PF_RT_EVALUATIONS, .off = _OUT(r.evaluations), .cb = snl_attr_get_uint64 },
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_norm.c | 1081 pf_counter_u64_add(&r->evaluations, 1); in pf_normalize_ip() 1235 pf_counter_u64_add(&r->evaluations, 1); in pf_normalize_ip6() 1307 pf_counter_u64_add(&r->evaluations, 1); in pf_normalize_tcp() 2111 pf_counter_u64_add(&r->evaluations, 1); in pf_normalize_sctp()
|
H A D | pf.h | 514 u_int64_t evaluations; member
|
H A D | pf_ioctl.c | 349 pf_counter_u64_init(&V_pf_default_rule.evaluations, M_WAITOK); in pfattach_vnet() 558 counter_u64_free(rule->evaluations); in pf_free_eth_rule() 1412 pf_counter_u64_rollup_protected(&rule->evaluations, in pf_commit_rules() 1413 pf_counter_u64_fetch(&old_rule->evaluations)); in pf_commit_rules() 1854 pf_counter_u64_deinit(&rule->evaluations); in pf_krule_free() 1871 pf_counter_u64_zero(&rule->evaluations); in pf_krule_clear_counters() 2088 pf_counter_u64_init(&rule->evaluations, M_WAITOK); in pf_ioctl_addrule() 3057 counter_u64_zero(rule->evaluations); in pfioctl() 3126 rule->evaluations = counter_u64_alloc(M_WAITOK); in pfioctl() 3618 pf_counter_u64_init(&newrule->evaluations, M_WAITOK); in pfioctl() [all …]
|
H A D | pf_nv.c | 731 pf_counter_u64_fetch(&rule->evaluations)); in pf_krule_to_nvrule() 1103 counter_u64_fetch(krule->evaluations)); in pf_keth_rule_to_nveth_rule()
|
H A D | pf_lb.c | 159 pf_counter_u64_add(&r->evaluations, 1); in pf_match_translation()
|
H A D | pf_nl.c | 986 nlattr_add_u64(nw, PF_RT_EVALUATIONS, pf_counter_u64_fetch(&rule->evaluations)); in pf_handle_getrule()
|
H A D | pf.c | 2362 pf_counter_u64_periodic(&rule->evaluations); in pf_rule_counter_u64_periodic() 4676 counter_u64_add(r->evaluations, 1); in pf_test_eth_rule() 5122 pf_counter_u64_add(&r->evaluations, 1); in pf_test_rule()
|
/freebsd/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 | 1544 e->evals = rule.evaluations; in pfl_scan_ruleset()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl.c | 1016 (unsigned long long)rule->evaluations, in pfctl_print_eth_rule_counters() 1062 (unsigned long long)rule->evaluations, in pfctl_print_rule_counters() 1353 (unsigned long long)rule.evaluations, in pfctl_show_rules()
|
H A D | pfctl_optimize.c | 182 PF_RULE_FIELD(evaluations, DC),
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | strings.subr | 332 # escaped structure for later evaluations.
|
/freebsd/sys/net/ |
H A D | pfvar.h | 744 counter_u64_t evaluations; member 785 struct pf_counter_u64 evaluations; member
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.def | 302 "Whether we should eagerly assume evaluations of conditionals, thus, "
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | Options.td | 1431 "evaluations, frame variables, etc. "
|
/freebsd/contrib/bmake/ |
H A D | ChangeLog | 1804 remove redundant evaluations in VarFind
|
/freebsd/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…
|