Home
last modified time | relevance | path

Searched refs:sul_peer_limits (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/misc/
Dpeer-limits.c43 lws_sul_cancel(&context->pt[0].sul_peer_limits); in __lws_peer_remove_from_peer_wait_list()
54 struct lws_context_per_thread, sul_peer_limits); in lws_sul_peer_limits_cb()
58 lws_sul_schedule(pt->context, 0, &pt->context->pt[0].sul_peer_limits, in lws_sul_peer_limits_cb()
72 if (!context->pt[0].sul_peer_limits.list.owner) in __lws_peer_add_to_peer_wait_list()
73 lws_sul_schedule(context, 0, &context->pt[0].sul_peer_limits, in __lws_peer_add_to_peer_wait_list()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h317 lws_sorted_usec_list_t sul_peer_limits; member