Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h248 PF_RT_PACKETS_OUT = 64, /* u64 */ enumerator
H A Dpf_nl.c979 nlattr_add_u64(nw, PF_RT_PACKETS_OUT, pf_counter_u64_fetch(&rule->packets[1])); in pf_handle_getrule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1637 { .type = PF_RT_PACKETS_OUT, .off = _OUT(r.packets[1]), .cb = snl_attr_get_uint64 },