Searched refs:min_bytes_req (Results 1 – 3 of 3) sorted by relevance
89 int min_bytes_req = 4 + 2 + 6 + sizeof(struct raf_frame_type); in main() local256 bytes_avail += min_bytes_req; in main()276 bytes_read += rft.format.frameSizeInBytes + min_bytes_req; in main()277 } while (bytes_avail > min_bytes_req); in main()
109 int min_bytes_req = 4 + 2 + 6 + sizeof(struct raf_frame_type); local350 bytes_avail += min_bytes_req;373 bytes_read += rft.format.frameSizeInBytes + min_bytes_req;374 } while (bytes_avail > min_bytes_req);
184 int min_bytes_req = 4 + 2 + 6 + sizeof(struct raf_frame_type); in parse_tunnel_buf() local262 bytes_avail += min_bytes_req; in parse_tunnel_buf()277 bytes_avail += min_bytes_req; in parse_tunnel_buf()285 } while (bytes_avail > min_bytes_req); in parse_tunnel_buf()