Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtcpudp.c127 unsigned cur_per_host; member
137 #define cur_per_host (G.cur_per_host) macro
439 cur_per_host = ipsvd_perhost_add(G.cc, remote_addr, max_per_host, &hccp); in tcpudpsvd_main()
440 if (cur_per_host > max_per_host) { in tcpudpsvd_main()
551 cur_per_host, max_per_host); in tcpudpsvd_main()
585 if (cur_per_host > 0) /* can not be true for udp */ in tcpudpsvd_main()
586 xsetenv_plain("TCPCONCURRENCY", utoa(cur_per_host)); in tcpudpsvd_main()