Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/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()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h1101 int fg_ref; member
H A Dfil.c3518 fg->fg_ref++; in ipf_group_add()
3529 fg->fg_ref = 1; in ipf_group_add()
3557 group->fg_ref--; in ipf_group_del()
3558 if ((group->fg_ref == 0) && (group->fg_start == NULL)) in ipf_group_del()