Searched refs:src_nodes_type (Results 1 – 3 of 3) sorted by relevance
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.h | 239 uint64_t src_nodes_type[PF_SN_MAX]; member
|
| H A D | libpfctl.c | 1716 { .type = PF_RT_SRC_NODES_LIMIT, .off = _OUT(r.src_nodes_type[PF_SN_LIMIT]), .cb = snl_attr_get_uint64 }, 1717 { .type = PF_RT_SRC_NODES_NAT, .off = _OUT(r.src_nodes_type[PF_SN_NAT]), .cb = snl_attr_get_uint64 }, 1718 { .type = PF_RT_SRC_NODES_ROUTE, .off = _OUT(r.src_nodes_type[PF_SN_ROUTE]), .cb = snl_attr_get_uint64 },
|
| /freebsd/sbin/pfctl/ |
| H A D | pfctl.c | 1229 (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()
|