Lines Matching defs:tl_icon_t
315 * of pending connections (tl_icon_t). For connectionless transports it keeps a
561 } tl_icon_t;
866 static tl_icon_t *tl_icon_find(tl_endpt_t *, t_scalar_t);
878 static void tl_freetip(tl_endpt_t *, tl_icon_t *);
1467 list_create(&tep->te_iconp, sizeof (tl_icon_t),
1468 offsetof(tl_icon_t, ti_node));
3054 tl_icon_t *tip;
3206 * and tl_icon_t cell.
3334 tl_icon_t *tip;
3864 tl_icon_t *tip;
5532 tl_icon_t *tip;
5808 static tl_icon_t *
5812 tl_icon_t *tip = list_head(l);
5830 tl_icon_t *tip;
5882 tl_icon_t *tip = tl_icon_find(tep, seqno);
6267 tl_freetip(tl_endpt_t *tep, tl_icon_t *tip)
6280 kmem_free(tip, sizeof (tl_icon_t));