Searched refs:fr_collect (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/ipfilter/lib/
H A Dprintfr.c35 if (fp->fr_collect != 0)
36 PRINTF("%u ", fp->fr_collect);
/freebsd-10-stable/contrib/ipfilter/
H A Dip_fil_compat.c186 u_32_t fr_collect; /* collection number */ member in struct:frentry_4_1_34
236 u_32_t fr_collect; member in struct:frentry_4_1_16
290 u_32_t fr_collect; member in struct:frentry_4_1_0
1931 fr->fr_collect = old->fr_collect;
2063 fr->fr_collect = old->fr_collect;
2196 fr->fr_collect = old->fr_collect;
3790 old->fr_collect
[all...]
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c4945 if (fp->fr_collect <= f->fr_collect) {
5014 * rules that have equal fr_collect fields.
5021 if (f->fr_collect > fp->fr_collect)
5032 if (f->fr_collect >= fp->fr_collect)
5039 if (f->fr_collect != fp->fr_collect)
H A Dip_fil.h741 u_32_t fr_collect; /* collection number */ member in struct:frentry
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipf_y.y331 | YY_NUMBER { fr->fr_collect = $1; }

Completed in 289 milliseconds