Used in UT
| 253 | TLSData* get_g_tls_data() { return &g_tls_data; } |
| 254 | // Used in UT |
| 255 | IOBuf::Block* get_tls_block_head() { return g_tls_data.block_head; } |
| 256 | int get_tls_block_count() { return g_tls_data.num_blocks; } |
| 257 | |
| 258 | // Number of blocks that can't be returned to TLS which has too many block |
no outgoing calls