Lines Matching refs:uidx
85 * We will provide a "fingerprint ordinal" as the route uidx that is unique in
86 * the routing table. Wsi that connect mark themselves with the uidx of the
97 * It's OK if the route uidx wraps, we explicitly confirm nobody else is using
98 * the uidx before assigning one to a new route.
100 * We won't use uidx 0, so it can be understood to mean the uidx was never set.
116 /* Anybody in the table already uses the pt's next uidx? */
122 if (rou->uidx == cx->route_uidx) {
128 assert(0); /* we have filled up the 8-bit uidx space? */
158 _lws_route_pt_close_route_users(pt, robj->uidx);
378 lws_route_uidx_t uidx)
383 if (!uidx)
386 lwsl_cx_info(pt->context, "closing users of route %d", uidx);
399 wsi->peer_route_uidx == uidx) {