Searched refs:atm_may_send (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/net/atm/ |
H A D | pppoatm.c | 235 * It's not clear that we need to bother with using atm_may_send() in pppoatm_may_send() 241 if (atm_may_send(pvcc->atmvcc, size) && in pppoatm_may_send() 271 if (atm_may_send(pvcc->atmvcc, size) && in pppoatm_may_send() 281 * Note that in the ENOMEM case (as opposed to the !atm_may_send case)
|
H A D | clip.c | 258 if (atm_may_send(vcc, 0)) { in clip_pop() 396 if (atm_may_send(vcc, 0)) { in clip_start_xmit()
|
H A D | lec.c | 311 if (!atm_may_send(vcc, 0)) { in lec_start_xmit() 323 if (atm_may_send(vcc, 0)) in lec_start_xmit() 676 if (vpriv->xoff && atm_may_send(vcc, 0)) { in lec_pop()
|
H A D | common.c | 70 if (sk_wmem_alloc_get(sk) && !atm_may_send(vcc, size)) { in vcc_tx_ready()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | pppoatm.c | 237 * It's not clear that we need to bother with using atm_may_send() in pppoatm_may_send() 243 if (atm_may_send(pvcc->atmvcc, size) && in pppoatm_may_send() 273 if (atm_may_send(pvcc->atmvcc, size) && in pppoatm_may_send() 283 * Note that in the ENOMEM case (as opposed to the !atm_may_send case)
|
H A D | clip.c | 258 if (atm_may_send(vcc, 0)) { in clip_pop() 396 if (atm_may_send(vcc, 0)) { in clip_start_xmit()
|
H A D | lec.c | 311 if (!atm_may_send(vcc, 0)) { in lec_start_xmit() 323 if (atm_may_send(vcc, 0)) in lec_start_xmit() 674 if (vpriv->xoff && atm_may_send(vcc, 0)) { in lec_pop()
|
H A D | common.c | 70 if (sk_wmem_alloc_get(sk) && !atm_may_send(vcc, size)) { in vcc_tx_ready()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | atmdev.h | 263 static inline int atm_may_send(struct atm_vcc *vcc,unsigned int size) in atm_may_send() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | atmdev.h | 264 static inline int atm_may_send(struct atm_vcc *vcc,unsigned int size) in atm_may_send() function
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_atm.c | 488 if (!atm_may_send(flow->vcc, skb->truesize)) in sch_atm_dequeue()
|
Completed in 14 milliseconds