Home
last modified time | relevance | path

Searched refs:ipe_bytes (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sbin/ipf/libipf/
H A Dprinthashnode.c50 ipe.ipe_hits, ipe.ipe_bytes);
53 ipe.ipe_hits, ipe.ipe_bytes);
66 ipe.ipe_hits, ipe.ipe_bytes);
69 ipe.ipe_hits, ipe.ipe_bytes);
H A Dprintpoolfield.c136 PRINTF("%"PRIu64"", node->ipe_bytes); in printpoolfield()
138 PRINTF("%lu", node->ipe_bytes); in printpoolfield()
/freebsd-13.1/sys/netpfil/ipfilter/netinet/
H A Dip_htable.h15 U_QUAD_T ipe_bytes; member
H A Dip_htable.c1097 ipe->ipe_bytes += bytes; in ipf_iphmfindip()