Home
last modified time | relevance | path

Searched refs:ifq (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dif.h196 #define IF_QFULL(ifq) ((ifq)->ifq_len >= (ifq)->ifq_maxlen) argument
197 #define IF_DROP(ifq) ((ifq)->ifq_drops++) argument
201 (ifq)->ifq_head = m; \
204 (ifq)->ifq_tail = m; \
205 (ifq)->ifq_len++; \
211 (ifq)->ifq_head = (m); \
212 (ifq)->ifq_len++; \
231 (m) = (ifq)->ifq_head; \
234 (ifq)->ifq_tail = 0; \
236 (ifq)->ifq_len--; \
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c5160 for (ifq = *parent; ifq != NULL; ifq = ifq->ifq_next) {
5180 ifq->ifq_tail = &ifq->ifq_head;
5191 return ifq;
5211 ipftq_t *ifq; in fr_deletetimeoutqueue()
5237 ipftq_t *ifq; in fr_freetimeoutqueue()
5245 (u_long)ifq, ifq->ifq_flags, ifq->ifq_ttl,
5253 *ifq->ifq_pnext = ifq->ifq_next;
5255 ifq->ifq_next->ifq_pnext = ifq->ifq_pnext;
5259 KFREE(ifq);
5387 ipftq_t *ifq;
[all …]
H A Dip_state.c297 for (ifq = ifs->ifs_ips_utqe; ifq != NULL; ifq = ifqnext) {
2677 ipftq_t *ifq; local
2682 ifq = NULL;
2917 *ifqp = ifq;
2935 ipftq_t *ifq;
2952 if (ifq != NULL)
2995 ipftq_t *ifq; local
3017 ifq = NULL;
3434 for (ifq = ifs->ifs_ips_tqtqb; ifq != NULL; ifq = ifq->ifq_next)
3443 for (ifq = ifs->ifs_ips_utqe; ifq != NULL; ifq = ifq->ifq_next) {
[all …]
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_nat.c3819 ipftq_t *ifq, *ifq2; local
3824 ifq = tqe->tqe_ifq;
4596 ipftq_t *ifq, *ifqnext; local
4608 for (ifq = ifs->ifs_nat_utqe; ifq != NULL; ifq = ifqnext) {
4609 ifqnext = ifq->ifq_next;
4682 ipftq_t *ifq, *ifqnext; local
4689 for (ifq = ifs->ifs_nat_tqb, i = 0; ifq != NULL; ifq = ifq->ifq_next) {
4698 for (ifq = ifs->ifs_nat_utqe; ifq != NULL; ifq = ifqnext) {
4699 ifqnext = ifq->ifq_next;
4709 for (ifq = ifs->ifs_nat_utqe; ifq != NULL; ifq = ifqnext) {
[all …]