Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h255 PF_RT_BYTES_IN = 65, /* u64 */ enumerator
H A Dpf_nl.c984 nlattr_add_u64(nw, PF_RT_BYTES_IN, pf_counter_u64_fetch(&rule->bytes[0])); in pf_handle_getrule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1653 { .type = PF_RT_BYTES_IN, .off = _OUT(r.bytes[0]), .cb = snl_attr_get_uint64 },