Searched refs:lwsi_state_est (Results 1 – 3 of 3) sorted by relevance
159 #define lwsi_state_est(wsi) (!(wsi->wsistate & LWSIFS_NOT_EST)) macro
156 the wsi state is before establishment `lwsi_state_est(wsi)` and if in the state it is
45 if (wsi->context->detailed_latency_cb && lwsi_state_est(wsi)) { in lws_callback_as_writeable()