Home
last modified time | relevance | path

Searched refs:actconns (Results 1 – 25 of 42) sorted by relevance

12

/dports/net/haproxy17/haproxy-1.7.14/include/types/
H A Dserver.h198 struct list actconns; /* active connections */ member
/dports/net/haproxy18/haproxy-1.8.30/include/types/
H A Dserver.h212 struct list actconns; /* active connections */ member
/dports/net/haproxy21/haproxy-2.1.12/include/types/
H A Dserver.h222 struct list actconns; /* active connections */ member
/dports/net/haproxy20/haproxy-2.0.26/include/types/
H A Dserver.h222 struct list actconns; /* active connections */ member
/dports/net/haproxy19/haproxy-1.9.16/include/types/
H A Dserver.h220 struct list actconns; /* active connections */ member
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dserver-t.h224 struct list actconns; /* active connections */ member
H A Dstream.h347 LIST_ADD(&srv->actconns, &sess->by_srv); in __stream_add_srv_conn()
/dports/net/nuster/nuster-5.0.4.21/include/types/
H A Dserver.h222 struct list actconns; /* active connections */ member
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dserver-t.h225 struct mt_list actconns[MAX_THREADS]; /* active connections (used by "shutdown server sessions") */ member
H A Dstream.h351 MT_LIST_ADD(&srv->actconns[tid], &sess->by_srv); in stream_add_srv_conn()
/dports/net/haproxy17/haproxy-1.7.14/include/proto/
H A Dstream.h265 LIST_ADD(&srv->actconns, &sess->by_srv); in stream_add_srv_conn()
/dports/net/haproxy18/haproxy-1.8.30/include/proto/
H A Dstream.h322 LIST_ADD(&srv->actconns, &sess->by_srv); in __stream_add_srv_conn()
/dports/net/haproxy19/haproxy-1.9.16/include/proto/
H A Dstream.h321 LIST_ADD(&srv->actconns, &sess->by_srv); in __stream_add_srv_conn()
/dports/net/haproxy21/haproxy-2.1.12/include/proto/
H A Dstream.h344 LIST_ADD(&srv->actconns, &sess->by_srv); in __stream_add_srv_conn()
/dports/net/haproxy20/haproxy-2.0.26/include/proto/
H A Dstream.h327 LIST_ADD(&srv->actconns, &sess->by_srv); in __stream_add_srv_conn()
/dports/net/nuster/nuster-5.0.4.21/include/proto/
H A Dstream.h344 LIST_ADD(&srv->actconns, &sess->by_srv); in __stream_add_srv_conn()
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dserver.c187 list_for_each_entry_safe(stream, stream_bck, &srv->actconns, by_srv) in srv_shutdown_streams()
993 LIST_INIT(&newsrv->actconns); in parse_server()
H A Dhlua.c7515 LIST_INIT(&socket_tcp.actconns); in hlua_init()
7561 LIST_INIT(&socket_ssl.actconns); in hlua_init()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dserver.c879 mt_list_for_each_entry_safe(stream, &srv->actconns[thr], by_srv, elt1, elt2) in srv_shutdown_streams()
1743 MT_LIST_INIT(&srv->actconns[i]); in new_server()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dserver.c900 list_for_each_entry_safe(stream, stream_bck, &srv->actconns, by_srv) in srv_shutdown_streams()
1736 LIST_INIT(&srv->actconns); in new_server()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dserver.c789 list_for_each_entry_safe(stream, stream_bck, &srv->actconns, by_srv) in srv_shutdown_streams()
1561 LIST_INIT(&srv->actconns); in new_server()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dserver.c918 list_for_each_entry_safe(stream, stream_bck, &srv->actconns, by_srv) in srv_shutdown_streams()
1780 LIST_INIT(&srv->actconns); in new_server()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dserver.c1004 list_for_each_entry_safe(stream, stream_bck, &srv->actconns, by_srv) in srv_shutdown_streams()
1850 LIST_INIT(&srv->actconns); in new_server()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dserver.c1003 list_for_each_entry_safe(stream, stream_bck, &srv->actconns, by_srv) in srv_shutdown_streams()
1847 LIST_INIT(&srv->actconns); in new_server()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dserver.c1003 list_for_each_entry_safe(stream, stream_bck, &srv->actconns, by_srv) in srv_shutdown_streams()
1838 LIST_INIT(&srv->actconns); in new_server()

12