Home
last modified time | relevance | path

Searched refs:pfr_kentry_counter (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netpfil/pf/
H A Dpf_table.c1044 pfr_kentry_counter(kc, dir, op, PFR_TYPE_PACKETS)); in pfr_copyout_astats()
1046 pfr_kentry_counter(kc, dir, op, PFR_TYPE_BYTES)); in pfr_copyout_astats()
2115 counter_u64_add(pfr_kentry_counter(&ke->pfrke_counters, in pfr_update_stats()
2117 counter_u64_add(pfr_kentry_counter(&ke->pfrke_counters, in pfr_update_stats()
/f-stack/tools/compat/include/net/
H A Dpfvar.h679 #define pfr_kentry_counter(kc, dir, op, t) \ macro
/f-stack/freebsd/net/
H A Dpfvar.h828 #define pfr_kentry_counter(kc, dir, op, t) \ macro