Home
last modified time | relevance | path

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

/src/sbin/ipf/ipf/
H A Dipfcomp.c193 g->fg_ref = 0; in addrule()
205 g->fg_name, g->fg_ref); in addrule()
217 f->fr_flags & FR_INQUE ? "in" : "out", g->fg_name, g->fg_ref); in addrule()
219 g->fg_ref++; in addrule()
233 g->fg_ref = 0; in addrule()
/src/sbin/ipf/ipftest/
H A Dipftest.c553 i, fg->fg_name, fg->fg_ref, fg->fg_flags); in dumpgroups()
562 i, fg->fg_name, fg->fg_ref, fg->fg_flags); in dumpgroups()
/src/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h1101 int fg_ref; member
H A Dfil.c3502 fg->fg_ref++; in ipf_group_add()
3513 fg->fg_ref = 1; in ipf_group_add()
3541 group->fg_ref--; in ipf_group_del()
3542 if ((group->fg_ref == 0) && (group->fg_start == NULL)) in ipf_group_del()