Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ppp/
Dppp_async.c522 unsigned char *buf, *buflim; in ppp_async_encode() local
572 buflim = ap->obuf + OBUFSIZE - 6; in ppp_async_encode()
573 while (i < count && buf < buflim) { in ppp_async_encode()