Home
last modified time | relevance | path

Searched refs:fr_bytes (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/ipfilter/
H A Dip_fil_compat.c157 U_QUAD_T fr_bytes; member
204 U_QUAD_T fr_bytes; member
253 U_QUAD_T fr_bytes; member
1897 fr->fr_bytes = old->fr_bytes;
2029 fr->fr_bytes = old->fr_bytes;
2162 fr->fr_bytes = old->fr_bytes;
3743 old->fr_bytes = fr->fr_bytes;
3838 old->fr_bytes = fr->fr_bytes;
3933 old->fr_bytes = fr->fr_bytes;
H A DHISTORY1198 (IP Accounting: fr_hits, fr_bytes; IP state: is_pkts, is_bytes).
/freebsd-13.1/sbin/ipf/ipfstat/
H A Dipfstat.c845 PRINTF("%"PRIu64" ", (unsigned long long) fp->fr_bytes); in printlivelist()
847 PRINTF("%lu ", fp->fr_bytes); in printlivelist()
958 PRINTF("%"PRIu64" ", (unsigned long long) fb.fr_bytes); in printdeadlist()
960 PRINTF("%lu ", fb.fr_bytes); in printdeadlist()
/freebsd-13.1/sbin/ipf/common/
H A Dipf_y.y2451 (long long)fr->fr_bytes); in ipf_addrule()
2454 fr->fr_hits, fr->fr_bytes); in ipf_addrule()
/freebsd-13.1/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h660 U_QUAD_T fr_bytes; member
H A Dfil.c2504 fr->fr_bytes += (U_QUAD_T)fin->fin_plen; in ipf_scanlist()
4905 f->fr_bytes = 0; in frrequest()