Searched refs:tqe (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | fil.c | 5873 ipftqent_t *tqe; in ipf_deletequeueentry() 5882 *tqe->tqe_pnext = tqe->tqe_next; 5884 tqe->tqe_next->tqe_pnext = tqe->tqe_pnext; 5918 *tqe->tqe_pnext = tqe->tqe_next; 5920 tqe->tqe_next->tqe_pnext = tqe->tqe_pnext; 5961 *tqe->tqe_pnext = tqe->tqe_next; 5962 tqe->tqe_next->tqe_pnext = tqe->tqe_pnext; 6050 (tqe->tqe_next->tqe_die == tqe->tqe_die)) { 6059 *tqe->tqe_pnext = tqe->tqe_next; 6061 tqe->tqe_next->tqe_pnext = tqe->tqe_pnext; [all …]
|
| H A D | ip_state.c | 3318 ipftqent_t *tqe; local 3428 tqe = &is->is_sti; 3435 ipf_movequeue(softc->ipf_ticks, tqe, tqe->tqe_ifq, ifq); 3748 ipftqent_t *tqe, *tqn; local 3758 tqn = tqe->tqe_next; 3769 tqn = tqe->tqe_next; 3820 ipftqent_t *tqe, *tqn; local 3906 tqe = tqn; 3907 tqn = tqe->tqe_next; 4041 ipftqent_t *tqe; in ipf_tcp_age() [all …]
|
| H A D | ip_nat.c | 4788 ipftqent_t *tqe; local 4791 tqe = &nat->nat_tqe; 4792 ifq = tqe->tqe_ifq; 4822 ipf_movequeue(softc->ipf_ticks, tqe, ifq, ifq2); 5883 ipftqent_t *tqe, *tqn; local 5892 if (tqe->tqe_die > softc->ipf_ticks) 5894 tqn = tqe->tqe_next; 5895 ipf_nat_delete(softc, tqe->tqe_parent, NL_EXPIRE); 5901 if (tqe->tqe_die > softc->ipf_ticks) 5903 tqn = tqe->tqe_next; [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | _callout.h | 57 TAILQ_ENTRY(callout) tqe;
|
| /f-stack/tools/compat/include/sys/ |
| H A D | _callout.h | 53 TAILQ_ENTRY(callout) tqe;
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-proc.c | 254 taskq_ent_t *tqe; in taskq_seq_show_impl() local 350 tqe = list_entry(lh, taskq_ent_t, in taskq_seq_show_impl() 359 tqe->tqent_func, in taskq_seq_show_impl() 360 tqe->tqent_arg); in taskq_seq_show_impl()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_timeout.c | 490 tmp, c_links.tqe); in callout_process() 815 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe); in softclock() 977 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe); in callout_reset_sbt_on() 1305 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe); in _callout_stop_safe()
|
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 758 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe); in callout_reset_tick_on() 1003 TAILQ_REMOVE(&cc->cc_expireq, c, c_links.tqe); in _callout_stop_safe()
|