Lines Matching full:connection
2 * daemon/tcp_conn_limit.h - client TCP connection limit storage for the server.
51 * TCP connection limit storage structure
57 * Tree of the addresses that are TCP connection limited.
65 * An address span with connection limit information
72 /** connection limit on this netblock */
74 /** current connection count on this netblock */
79 * Create TCP connection limit structure
85 * Delete TCP connection limit structure.
91 * Process TCP connection limit config.
99 * Increment TCP connection count if found, provided the
107 * Decrement TCP connection count if found.
113 * Lookup address to see its TCP connection limit structure
124 * Get memory used by TCP connection limit structure.