Home
last modified time | relevance | path

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

/titanic_44/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_44/usr/src/uts/common/inet/ipf/
H A Dfil.c3388 fg->fg_ref++;
3398 fg->fg_ref = 1;
3428 fg->fg_ref--;
3429 if (fg->fg_ref == 0) {
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1004 int fg_ref; member