Home
last modified time | relevance | path

Searched refs:evaluations (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c286 V_pf_default_rule.evaluations = counter_u64_alloc(M_WAITOK); in pfattach_vnet()
469 counter_u64_free(rule->evaluations); in pf_free_rule()
1486 rule->evaluations = counter_u64_fetch(krule->evaluations); in pf_krule_to_rule()
1872 rule->evaluations = counter_u64_alloc(M_WAITOK); in pfioctl()
1989 counter_u64_zero(rule->evaluations); in pfioctl()
2003 counter_u64_free(rule->evaluations); in pfioctl()
2093 counter_u64_zero(rule->evaluations); in pfioctl()
2133 newrule->evaluations = counter_u64_alloc(M_WAITOK); in pfioctl()
2311 counter_u64_free(newrule->evaluations); in pfioctl()
2701 counter_u64_zero(rule->evaluations); in pfioctl()
[all …]
H A Dpf.h454 u_int64_t evaluations; member
H A Dpf_norm.c1038 counter_u64_add(r->evaluations, 1); in pf_normalize_ip()
1181 counter_u64_add(r->evaluations, 1); in pf_normalize_ip6()
1335 counter_u64_add(r->evaluations, 1); in pf_normalize_tcp()
H A Dpf_lb.c152 counter_u64_add(r->evaluations, 1); in pf_match_translation()
H A Dpf.c3540 counter_u64_add(r->evaluations, 1); in pf_test_rule()
3980 counter_u64_add(r->evaluations, 1); in pf_test_fragment()
/f-stack/tools/compat/include/net/
H A Dpfvar.h225 counter_u64_t evaluations; member
/f-stack/freebsd/net/
H A Dpfvar.h337 counter_u64_t evaluations; member