Searched defs:ifq (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_auth.c365 struct ifqueue *ifq; local
578 ifq = &((struct ifnet *)fra->fra_info.fin_ifp)->if_snd;
580 ifq = &ipintrq;
582 if (IF_QFULL(ifq)) {
583 IF_DROP(ifq);
587 IF_ENQUEUE(ifq, m);
H A Dip_state.c284 ipftq_t *ifq, *ifqnext; local
297 for (ifq = ifs->ifs_ips_utqe; ifq != NULL; ifq = ifqnext) {
298 ifqnext = ifq->ifq_next;
299 if (((ifq->ifq_flags & IFQF_PROXY) == 0) &&
300 (fr_deletetimeoutqueue(ifq) == 0))
301 fr_freetimeoutqueue(ifq, ifs);
2676 ipftq_t *ifq; local
2681 ifq
2994 ipftq_t *ifq; local
3426 ipftq_t *ifq, *ifqnext; local
[all...]
H A Dip_nat.c3819 ipftq_t *ifq, *ifq2; local
3824 ifq = tqe->tqe_ifq;
3848 fr_movequeue(tqe, ifq, ifq2, ifs);
4596 ipftq_t *ifq, *ifqnext; local
4608 for (ifq = ifs->ifs_nat_utqe; ifq != NULL; ifq = ifqnext) {
4609 ifqnext = ifq->ifq_next;
4610 if (((ifq->ifq_flags & IFQF_PROXY) == 0) &&
4611 (fr_deletetimeoutqueue(ifq)
4682 ipftq_t *ifq, *ifqnext; local
[all...]
H A Dfil.c5155 ipftq_t *ifq; local
5161 for (ifq = *parent; ifq != NULL; ifq = ifq->ifq_next) {
5162 if (ifq->ifq_ttl == period) {
5167 MUTEX_ENTER(&ifq->ifq_lock);
5168 ifq->ifq_flags &= ~IFQF_DELETE;
5169 ifq->ifq_ref++;
5170 MUTEX_EXIT(&ifq
5278 ipftq_t *ifq; local
5313 ipftq_t *ifq; local
5347 ipftq_t *ifq; local
7574 ipftq_t *ifq, *ifqn; local
7648 ipftq_t *ifq, *ifqn; local
[all...]

Completed in 70 milliseconds