Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h284 PF_RT_BYTES_OUT = 66, /* u64 */ enumerator
H A Dpf_nl.c997 nlattr_add_u64(nw, PF_RT_BYTES_OUT, pf_counter_u64_fetch(&rule->bytes[1])); in nlattr_add_rule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1694 { .type = PF_RT_BYTES_OUT, .off = _OUT(r.bytes[1]), .cb = snl_attr_get_uint64 },