Home
last modified time | relevance | path

Searched refs:PPP_MAX_RQLEN (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dppp_generic.c237 #define PPP_MAX_RQLEN 32 macro
1705 if (ppp->file.rq.qlen > PPP_MAX_RQLEN) in ppp_send_frame()
2136 while (pch->file.rq.qlen > PPP_MAX_RQLEN && in ppp_input()
2289 while (ppp->file.rq.qlen > PPP_MAX_RQLEN && in ppp_receive_nonmp_frame()
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dppp_generic.c239 #define PPP_MAX_RQLEN 32 macro
1838 if (ppp->file.rq.qlen > PPP_MAX_RQLEN) in ppp_send_frame()
2307 while (pch->file.rq.qlen > PPP_MAX_RQLEN && in ppp_input()
2460 while (ppp->file.rq.qlen > PPP_MAX_RQLEN && in ppp_receive_nonmp_frame()

Completed in 8 milliseconds