Home
last modified time | relevance | path

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

/freebsd/lib/libpfctl/
H A Dlibpfctl.h237 uint64_t src_nodes_type[PF_SN_MAX]; member
H A Dlibpfctl.c1692 …{ .type = PF_RT_SRC_NODES_LIMIT, .off = _OUT(r.src_nodes_type[PF_SN_LIMIT]), .cb = snl_attr_get_ui…
1693 …{ .type = PF_RT_SRC_NODES_NAT, .off = _OUT(r.src_nodes_type[PF_SN_NAT]), .cb = snl_attr_get_uint64…
1694 …{ .type = PF_RT_SRC_NODES_ROUTE, .off = _OUT(r.src_nodes_type[PF_SN_ROUTE]), .cb = snl_attr_get_ui…
/freebsd/sbin/pfctl/
H A Dpfctl.c1156 (uintmax_t)rule->src_nodes_type[PF_SN_LIMIT], in pfctl_print_rule_counters()
1157 (uintmax_t)rule->src_nodes_type[PF_SN_NAT], in pfctl_print_rule_counters()
1158 (uintmax_t)rule->src_nodes_type[PF_SN_ROUTE]); in pfctl_print_rule_counters()