Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ipf/ipf/
H A Dipfcomp.c197 g->fg_ref = 0; in addrule()
209 g->fg_name, g->fg_ref); in addrule()
221 f->fr_flags & FR_INQUE ? "in" : "out", g->fg_name, g->fg_ref); in addrule()
223 g->fg_ref++; in addrule()
237 g->fg_ref = 0; in addrule()
/freebsd-14.2/sbin/ipf/ipftest/
H A Dipftest.c557 i, fg->fg_name, fg->fg_ref, fg->fg_flags); in dumpgroups()
566 i, fg->fg_name, fg->fg_ref, fg->fg_flags); in dumpgroups()
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h1103 int fg_ref; member
H A Dfil.c3500 fg->fg_ref++; in ipf_group_add()
3511 fg->fg_ref = 1; in ipf_group_add()
3539 group->fg_ref--; in ipf_group_del()
3540 if ((group->fg_ref == 0) && (group->fg_start == NULL)) in ipf_group_del()