Lines Matching defs:tmap
4309 * since we remove the from the tmap once they are acked)
7191 struct bbr_sendmap *tmap;
7194 tmap = NULL;
7201 panic("bbr:%p rsm:%p flags:0x%x in tmap?",
7217 /* Rebuild it into our tmap */
7218 if (tmap == NULL) {
7220 tmap = rsm;
7222 TAILQ_INSERT_AFTER(&bbr->r_ctl.rc_tmap, tmap, rsm, r_tnext);
7223 tmap = rsm;
7225 tmap->r_in_tmap = 1;