Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipfcomp.c199 g->fg_ref = 0;
211 g->fg_name, g->fg_ref);
223 f->fr_flags & FR_INQUE ? "in" : "out", g->fg_name, g->fg_ref);
225 g->fg_ref++;
239 g->fg_ref = 0;
H A Dipftest.c717 i, fg->fg_name, fg->fg_ref, fg->fg_flags);
726 i, fg->fg_name, fg->fg_ref, fg->fg_flags);
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dfil.c3549 fg->fg_ref++; in ipf_group_add()
3560 fg->fg_ref = 1; in ipf_group_add()
3588 group->fg_ref--; in ipf_group_del()
3589 if ((group->fg_ref == 0) && (group->fg_start == NULL)) in ipf_group_del()
H A Dip_fil.h1163 int fg_ref; member