Searched refs:atm_may_send (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/net/atm/ |
D | pppoatm.c | 209 !atm_may_send(pvcc->atmvcc, n->truesize)) { in pppoatm_send() 217 } else if (!atm_may_send(pvcc->atmvcc, skb->truesize)) in pppoatm_send() 222 if (!atm_may_send(pvcc->atmvcc, skb->truesize)) in pppoatm_send()
|
D | br2684.c | 191 if (atm_may_send(vcc, 0)) in br2684_pop() 259 if (!atm_may_send(atmvcc, 0)) { in br2684_xmit_vcc() 262 if (atm_may_send(atmvcc, 0)) in br2684_xmit_vcc()
|
D | clip.c | 248 if (atm_may_send(vcc, 0)) { in clip_pop() 430 if (atm_may_send(vcc, 0)) { in clip_start_xmit()
|
D | lec.c | 388 if (!atm_may_send(vcc, 0)) { in lec_start_xmit() 400 if (atm_may_send(vcc, 0)) in lec_start_xmit() 780 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-2.6.39/include/linux/ |
D | atmdev.h | 471 static inline int atm_may_send(struct atm_vcc *vcc,unsigned int size) in atm_may_send() function
|
/linux-2.6.39/net/sched/ |
D | sch_atm.c | 467 if (!atm_may_send(flow->vcc, skb->truesize)) in sch_atm_dequeue()
|