Searched refs:ifq_ref (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dprinttqtable.c24 PRINTF(" %5d", table[i].ifq_ref - 1);
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dfil.c5740 ifq->ifq_ref++;
5755 ifq->ifq_ref++;
5784 ifq->ifq_ref--;
5785 if ((ifq->ifq_ref == 0) && ((ifq->ifq_flags & IFQF_USER) != 0)) {
5789 return ifq->ifq_ref;
5812 if (((ifq->ifq_flags & IFQF_DELETE) == 0) || (ifq->ifq_ref != 0) ||
5816 ifq->ifq_ref);
5867 ASSERT(ifq->ifq_ref > 0);
5979 ifq->ifq_ref++;
6056 nifq->ifq_ref
[all...]
H A Dip_fil.h1312 int ifq_ref; member in struct:ipftq
1323 (x)->ifq_ref = 1; \
H A Dip_state.c3765 (ifq->ifq_ref == 0)) {
H A Dip_nat.c5913 (ifq->ifq_ref == 0)) {

Completed in 90 milliseconds