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.h239 uint64_t src_nodes_type[PF_SN_MAX]; member
H A Dlibpfctl.c1704 …{ .type = PF_RT_SRC_NODES_LIMIT, .off = _OUT(r.src_nodes_type[PF_SN_LIMIT]), .cb = snl_attr_get_ui…
1705 …{ .type = PF_RT_SRC_NODES_NAT, .off = _OUT(r.src_nodes_type[PF_SN_NAT]), .cb = snl_attr_get_uint64…
1706 …{ .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.c1229 (uintmax_t)rule->src_nodes_type[PF_SN_LIMIT], in pfctl_print_rule_counters()
1230 (uintmax_t)rule->src_nodes_type[PF_SN_NAT], in pfctl_print_rule_counters()
1231 (uintmax_t)rule->src_nodes_type[PF_SN_ROUTE]); in pfctl_print_rule_counters()