Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dprinthashnode.c49 ipe.ipe_hits, ipe.ipe_bytes);
52 ipe.ipe_hits, ipe.ipe_bytes);
65 ipe.ipe_hits, ipe.ipe_bytes);
68 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/sys/netpfil/ipfilter/netinet/
H A Dip_htable.h15 U_QUAD_T ipe_bytes; member
H A Dip_htable.c1091 ipe->ipe_bytes += bytes; in ipf_iphmfindip()