Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_rules.c135 fp->fr_dsize = sizeof(ipf_rules_out_[0]); in ipfrule_add_out_()
204 fp->fr_dsize = sizeof(ipf_rules_in_[0]); in ipfrule_add_in_()
H A Dfil.c4459 if (fr1->fr_dsize != fr2->fr_dsize) in ipf_rule_compare()
4768 if (fp->fr_dsize != 0) {
4770 KMALLOCS(ptr, void *, fp->fr_dsize);
4783 bcopy(uptr, ptr, fp->fr_dsize);
4810 if (fp->fr_dsize == 0) {
5027 f->fr_dsize);
5041 KFREES(ptr, fp->fr_dsize);
5197 KFREES(ptr, fp->fr_dsize);
5586 if (fr->fr_dsize) {
5587 KFREES(fr->fr_data, fr->fr_dsize);
[all …]
H A Dip_fil.h680 int fr_dsize; member
H A Dip_state.c995 fr->fr_dsize = 0;
H A Dip_nat.c2175 fr->fr_dsize = 0;