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

/linux-4.4.14/net/atm/
H A Dpppoatm.c120 * which leads to the double-check dance in pppoatm_may_send(), doesn't pppoatm_release_cb()
158 * pppoatm_may_send() which is commented there. pppoatm_pop()
237 static int pppoatm_may_send(struct pppoatm_vcc *pvcc, int size) pppoatm_may_send() function
328 !pppoatm_may_send(pvcc, n->truesize)) { pppoatm_send()
338 } else if (!pppoatm_may_send(pvcc, skb->truesize)) pppoatm_send()
343 if (!pppoatm_may_send(pvcc, skb->truesize)) pppoatm_send()

Completed in 35 milliseconds