Searched refs:snl_attr_get_counters (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libpfctl/ |
H A D | libpfctl.c | 305 snl_attr_get_counters(struct snl_state *ss, struct nlattr *nla, in snl_attr_get_counters() function 387 { .type = PF_GS_COUNTERS, .off = _OUT(counters), .cb = snl_attr_get_counters }, 388 { .type = PF_GS_LCOUNTERS, .off = _OUT(lcounters), .cb = snl_attr_get_counters }, 389 { .type = PF_GS_FCOUNTERS, .off = _OUT(fcounters), .cb = snl_attr_get_counters }, 390 { .type = PF_GS_SCOUNTERS, .off = _OUT(scounters), .cb = snl_attr_get_counters },
|