Searched refs:taptx_len (Results 1 – 1 of 1) sorted by relevance
179 unsigned int taptx_len = 0; variable2024 if (taptx_len) { in can_write()2025 send_frame(tx, taptx, taptx_len); in can_write()2026 taptx_len = 0; in can_write()2242 if (taptx_len) { in read_tap()2272 taptx_len = sizeof(*wh) + 4 + 8 + dlen + 4; in read_tap()2274 assert (taptx_len < sizeof(taptx)); in read_tap()