Home
last modified time | relevance | path

Searched refs:buflim (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ppp/
Dppp_async.c536 unsigned char *buf, *buflim; in ppp_async_encode() local
586 buflim = ap->obuf + OBUFSIZE - 6; in ppp_async_encode()
587 while (i < count && buf < buflim) { in ppp_async_encode()