H5_RX_ESC
if (!test_bit(H5_RX_ESC, &h5->flags) && c == SLIP_ESC) {
set_bit(H5_RX_ESC, &h5->flags);
if (test_and_clear_bit(H5_RX_ESC, &h5->flags)) {
clear_bit(H5_RX_ESC, &h5->flags);