Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipf/
H A Dipf.c492 fp->f_st[0].fr_block, fp->f_st[0].fr_pass, in showstats()
496 fp->f_st[1].fr_block, fp->f_st[1].fr_pass, in showstats()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h931 u_long fr_block; /* packets denied */ member
H A Dfil.c3189 LBUMP(ipf_stats[out].fr_block); in ipf_check()
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c705 PRINTF("%lu\t%s packets blocked\n", frs->fr_block, side); in printside()