Searched refs:BIO_should_ktls_flag (Results 1 – 3 of 3) sorted by relevance
192 return BIO_should_ktls_flag(b, 1) != 0; in sock_ctrl()194 return BIO_should_ktls_flag(b, 0) != 0; in sock_ctrl()
562 return BIO_should_ktls_flag(b, 1) != 0; in conn_ctrl()564 return BIO_should_ktls_flag(b, 0) != 0; in conn_ctrl()
58 # define BIO_should_ktls_flag(b, is_tx) \ macro