Searched refs:pppoatm_may_send (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/atm/ |
H A D | pppoatm.c | 117 * which leads to the double-check dance in pppoatm_may_send(), doesn't in pppoatm_release_cb() 155 * pppoatm_may_send() which is commented there. in pppoatm_pop() 232 static int pppoatm_may_send(struct pppoatm_vcc *pvcc, int size) in pppoatm_may_send() function 323 !pppoatm_may_send(pvcc, n->truesize)) { in pppoatm_send() 333 } else if (!pppoatm_may_send(pvcc, skb->truesize)) in pppoatm_send() 338 if (!pppoatm_may_send(pvcc, skb->truesize)) in pppoatm_send()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | pppoatm.c | 119 * which leads to the double-check dance in pppoatm_may_send(), doesn't in pppoatm_release_cb() 157 * pppoatm_may_send() which is commented there. in pppoatm_pop() 234 static int pppoatm_may_send(struct pppoatm_vcc *pvcc, int size) in pppoatm_may_send() function 325 !pppoatm_may_send(pvcc, n->truesize)) { in pppoatm_send() 335 } else if (!pppoatm_may_send(pvcc, skb->truesize)) in pppoatm_send() 340 if (!pppoatm_may_send(pvcc, skb->truesize)) in pppoatm_send()
|
Completed in 3 milliseconds