| /src/sys/external/bsd/ipf/netinet/ |
| fil.c | 5724 /* Parameters: tqe(I) - timeout queue entry to delete */ 5732 ipf_deletequeueentry(ipftqent_t *tqe) 5736 ifq = tqe->tqe_ifq; 5740 if (tqe->tqe_pnext != NULL) { 5741 *tqe->tqe_pnext = tqe->tqe_next; 5742 if (tqe->tqe_next != NULL) 5743 tqe->tqe_next->tqe_pnext = tqe->tqe_pnext; 5745 ifq->ifq_tail = tqe->tqe_pnext 8736 ipftqent_t *tqe, *tqn; local 8914 ipftqent_t *tqe; local [all...] |
| ip_state.c | 3252 ipftqent_t *tqe; local 3362 tqe = &is->is_sti; 3363 if ((tqe->tqe_flags & TQE_RULEBASED) != 0) 3369 ipf_movequeue(softc->ipf_ticks, tqe, tqe->tqe_ifq, ifq); 3672 ipftqent_t *tqe, *tqn; local 3679 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); ) { 3680 if (tqe->tqe_die > softc->ipf_ticks) 3682 tqn = tqe->tqe_next; 3683 is = tqe->tqe_parent 3742 ipftqent_t *tqe, *tqn; local [all...] |
| ip_nat.c | 4723 ipftqent_t *tqe; local 4726 tqe = &nat->nat_tqe; 4727 ifq = tqe->tqe_ifq; 4757 ipf_movequeue(softc->ipf_ticks, tqe, ifq, ifq2); 5803 ipftqent_t *tqe, *tqn; local 5811 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); i++) { 5812 if (tqe->tqe_die > softc->ipf_ticks) 5814 tqn = tqe->tqe_next; 5815 ipf_nat_delete(softc, tqe->tqe_parent, NL_EXPIRE); 5820 for (tqn = ifq->ifq_head; ((tqe = tqn) != NULL); i++) [all...] |
| /src/sys/dev/ic/ |
| aic79xxvar.h | 624 TAILQ_ENTRY(scb) tqe; member in union:scb::__anon2672 629 TAILQ_ENTRY(scb) tqe; member in union:scb::__anon2673
|
| aic7xxx_osm.c | 214 TAILQ_REMOVE(untagged_q, scb, links.tqe); 654 TAILQ_INSERT_TAIL(untagged_q, scb, links.tqe);
|
| aic7xxxvar.h | 683 TAILQ_ENTRY(scb) tqe; member in union:scb::__anon2693
|
| aic79xx.c | 5474 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { 5622 TAILQ_INSERT_TAIL(free_tailq, scb, links.tqe); 5650 next_scb, links.tqe); 5652 TAILQ_REMOVE(free_tailq, scb, links.tqe); 5664 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) { 8744 TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) {
|
| aic7xxx.c | 3530 TAILQ_INSERT_HEAD(untagged_q, scb, links.tqe); 5539 next_scb = TAILQ_NEXT(scb, links.tqe); 5581 TAILQ_REMOVE(untagged_q, scb, links.tqe); 6766 TAILQ_FOREACH(scb, untagged_q, links.tqe) {
|