Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ipf/tools/
H A Dipfcomp.c192 g->fg_ref = 0;
204 g->fg_name, g->fg_ref);
216 f->fr_flags & FR_INQUE ? "in" : "out", g->fg_name, g->fg_ref);
218 g->fg_ref++;
236 g->fg_ref = 0;
H A Dipftest.c696 i, fg->fg_name, fg->fg_ref, fg->fg_flags);
712 i, fg->fg_name, fg->fg_ref, fg->fg_flags);
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dfil.c3390 fg->fg_ref++;
3400 fg->fg_ref = 1;
3430 fg->fg_ref--;
3431 if (fg->fg_ref == 0) {
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1004 int fg_ref; member