Searched refs:atm_may_send (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/atm/ |
D | pppoatm.c | 246 if (atm_may_send(pvcc->atmvcc, size) && in pppoatm_may_send() 276 if (atm_may_send(pvcc->atmvcc, size) && in pppoatm_may_send()
|
D | clip.c | 257 if (atm_may_send(vcc, 0)) { in clip_pop() 396 if (atm_may_send(vcc, 0)) { in clip_start_xmit()
|
D | lec.c | 308 if (!atm_may_send(vcc, 0)) { in lec_start_xmit() 320 if (atm_may_send(vcc, 0)) in lec_start_xmit() 683 if (vpriv->xoff && atm_may_send(vcc, 0)) { in lec_pop()
|
D | common.c | 70 if (sk_wmem_alloc_get(sk) && !atm_may_send(vcc, size)) { in alloc_tx()
|
/linux-4.4.14/include/linux/ |
D | atmdev.h | 255 static inline int atm_may_send(struct atm_vcc *vcc,unsigned int size) in atm_may_send() function
|
/linux-4.4.14/net/sched/ |
D | sch_atm.c | 466 if (!atm_may_send(flow->vcc, skb->truesize)) in sch_atm_dequeue()
|