Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/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++;
243 g->fg_ref = 0;
H A Dipftest.c701 i, fg->fg_name, fg->fg_ref, fg->fg_flags);
717 i, fg->fg_name, fg->fg_ref, fg->fg_flags);
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dfil.c3387 fg->fg_ref++;
3397 fg->fg_ref = 1;
3427 fg->fg_ref--;
3428 if (fg->fg_ref == 0) {
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1002 int fg_ref; member