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

/linux-master/net/atm/
H A Dpppoatm.c237 * It's not clear that we need to bother with using atm_may_send()
243 if (atm_may_send(pvcc->atmvcc, size) &&
273 if (atm_may_send(pvcc->atmvcc, size) &&
283 * Note that in the ENOMEM case (as opposed to the !atm_may_send case)
H A Dclip.c258 if (atm_may_send(vcc, 0)) {
396 if (atm_may_send(vcc, 0)) {
H A Dlec.c311 if (!atm_may_send(vcc, 0)) {
323 if (atm_may_send(vcc, 0))
674 if (vpriv->xoff && atm_may_send(vcc, 0)) {
H A Dcommon.c70 if (sk_wmem_alloc_get(sk) && !atm_may_send(vcc, size)) {
/linux-master/include/linux/
H A Datmdev.h264 static inline int atm_may_send(struct atm_vcc *vcc,unsigned int size) function

Completed in 126 milliseconds