Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h456 PF_SN_PACKETS_OUT = 7, /* u64 */ enumerator
H A Dpf_nl.c1826 nlattr_add_u64(nw, PF_SN_PACKETS_OUT, counter_u64_fetch(n->packets[1])); in pf_handle_get_srcnodes()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c3406 { .type = PF_SN_PACKETS_OUT, .off = _OUT(packets[1]), .cb = snl_attr_get_uint64 },