Home
last modified time | relevance | path

Searched refs:statsindex (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Dtcpdns.c115 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPENFAIL]); in tcpdns_connect_direct()
118 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPEN]); in tcpdns_connect_direct()
128 sock->statsindex[STATID_BINDFAIL]); in tcpdns_connect_direct()
138 sock->statsindex[STATID_CONNECTFAIL]); in tcpdns_connect_direct()
141 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_CONNECT]); in tcpdns_connect_direct()
230 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_CONNECT]); in tcpdns_connect_cb()
520 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPENFAIL]); in isc__nm_async_tcpdnslisten()
523 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPEN]); in isc__nm_async_tcpdnslisten()
533 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_BINDFAIL]); in isc__nm_async_tcpdnslisten()
542 sock->statsindex[STATID_BINDFAIL]); in isc__nm_async_tcpdnslisten()
[all …]
H A Dtcp.c149 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPENFAIL]); in tcp_connect_direct()
152 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPEN]); in tcp_connect_direct()
158 sock->statsindex[STATID_BINDFAIL]); in tcp_connect_direct()
168 sock->statsindex[STATID_CONNECTFAIL]); in tcp_connect_direct()
171 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_CONNECT]); in tcp_connect_direct()
267 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_CONNECT]); in tcp_connect_cb()
554 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPENFAIL]); in isc__nm_async_tcplisten()
557 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPEN]); in isc__nm_async_tcplisten()
567 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_BINDFAIL]); in isc__nm_async_tcplisten()
576 sock->statsindex[STATID_BINDFAIL]); in isc__nm_async_tcplisten()
[all …]
H A Dudp.c256 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPENFAIL]); in isc__nm_async_udplisten()
259 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPEN]); in isc__nm_async_udplisten()
269 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_BINDFAIL]); in isc__nm_async_udplisten()
279 sock->statsindex[STATID_BINDFAIL]); in isc__nm_async_udplisten()
314 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_BINDFAIL]); in isc__nm_async_udplisten()
596 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_SENDFAIL]); in isc__nm_async_udpsend()
616 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_SENDFAIL]); in udp_send_cb()
687 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPENFAIL]); in udp_connect_direct()
690 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_OPEN]); in udp_connect_direct()
699 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_BINDFAIL]); in udp_connect_direct()
[all …]
H A Dnetmgr.c1242 if (sock->statsindex != NULL) { in nmsocket_cleanup()
1243 isc__nm_decstats(sock->mgr, sock->statsindex[STATID_ACTIVE]); in nmsocket_cleanup()
1478 sock->statsindex = udp4statsindex; in isc___nmsocket_init()
1480 sock->statsindex = udp6statsindex; in isc___nmsocket_init()
1482 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_ACTIVE]); in isc___nmsocket_init()
1489 sock->statsindex = tcp4statsindex; in isc___nmsocket_init()
1491 sock->statsindex = tcp6statsindex; in isc___nmsocket_init()
1493 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_ACTIVE]); in isc___nmsocket_init()
H A Dnetmgr-int.h777 const isc_statscounter_t *statsindex; member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c338 const isc_statscounter_t *statsindex; member
1539 sock->statsindex[STATID_RECVFAIL]); \ in doio_recv()
1548 sock->statsindex[STATID_RECVFAIL]); \ in doio_recv()
1578 sock->statsindex[STATID_RECVFAIL]); in doio_recv()
1719 sock->statsindex[STATID_SENDFAIL]); \ in doio_send()
1728 sock->statsindex[STATID_SENDFAIL]); \ in doio_send()
1764 sock->statsindex[STATID_SENDFAIL]); in doio_send()
1770 sock->statsindex[STATID_SENDFAIL]); in doio_send()
1827 inc_stats(thread->manager->stats, sock->statsindex[STATID_CLOSE]); in socketclose()
1832 sock->statsindex[STATID_ACTIVE]); in socketclose()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dnetmgr.c730 sock->statsindex = udp4statsindex; in nm_thread()
733 sock->statsindex = udp6statsindex; in nm_thread()
751 sock->statsindex = tcp4statsindex; in nm_thread()
754 sock->statsindex = tcp6statsindex; in nm_thread()
2038 if (sock->statsindex != NULL && sock->worker->netmgr->stats != NULL) { in isc__nmsocket_connecttimeout_cb()
2040 sock->statsindex[id]); in isc__nmsocket_connecttimeout_cb()
2049 if (sock->statsindex != NULL && sock->worker->netmgr->stats != NULL) { in isc__nmsocket_connecttimeout_cb()
2051 sock->statsindex[id]); in isc__nmsocket_connecttimeout_cb()
H A Dnetmgr-int.h578 const isc_statscounter_t *statsindex;
1053 const isc_statscounter_t *statsindex; global() member