Searched refs:tun_buf_bol (Results 1 – 2 of 2) sorted by relevance
2283 if (io->tun_buf_bol != 0) { in axa_io_tunerr()2284 i = io->tun_buf_len - io->tun_buf_bol; in axa_io_tunerr()2287 &io->tun_buf[io->tun_buf_bol], in axa_io_tunerr()2289 io->tun_buf_len -= io->tun_buf_bol; in axa_io_tunerr()2290 io->tun_buf_bol = 0; in axa_io_tunerr()2299 io->tun_buf_bol = p+1 - io->tun_buf; in axa_io_tunerr()2342 io->tun_buf_bol = io->tun_buf_len; in axa_io_tunerr()
357 size_t tun_buf_bol; /**< start of next line in tun_buf */ member