Home
last modified time | relevance | path

Searched refs:pfrkt_cnt (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf_table.c556 if (kt->pfrkt_cnt > *size) { in pfr_get_addrs()
557 *size = kt->pfrkt_cnt; in pfr_get_addrs()
564 w.pfrw_free = kt->pfrkt_cnt; in pfr_get_addrs()
575 *size = kt->pfrkt_cnt; in pfr_get_addrs()
598 if (kt->pfrkt_cnt > *size) { in pfr_get_astats()
599 *size = kt->pfrkt_cnt; in pfr_get_astats()
630 *size = kt->pfrkt_cnt; in pfr_get_astats()
846 kt->pfrkt_cnt += n; in pfr_insert_kentries()
867 kt->pfrkt_cnt++; in pfr_insert_kentry()
883 kt->pfrkt_cnt -= n; in pfr_remove_kentries()
[all …]
H A Dpf_nv.c351 num = kt->pfrkt_cnt; in pf_addr_wrap_to_nvaddr_wrap()
H A Dpf_nl.c434 num = kt->pfrkt_cnt; in nlattr_add_addr_wrap()
H A Dpf_ioctl.c5704 kt->pfrkt_cnt : -1; in pf_tbladdr_copyout()
/freebsd/sys/net/
H A Dpfvar.h1506 #define pfrkt_cnt pfrkt_kts.pfrkts_cnt macro