Home
last modified time | relevance | path

Searched refs:atm_charge (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/net/atm/
Datm_misc.c15 int atm_charge(struct atm_vcc *vcc, int truesize) in atm_charge() function
24 EXPORT_SYMBOL(atm_charge);
Dclip.c170 if (!vcc || !atm_charge(vcc, skb->truesize)) { in clip_arp_rcv()
/Linux-v4.19/include/linux/
Datmdev.h296 int atm_charge(struct atm_vcc *vcc,int truesize);
/Linux-v4.19/drivers/atm/
Dnicstar.c2031 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx()
2159 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx()
2177 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx()
2193 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx()
2269 if (!atm_charge(vcc, hb->truesize)) { in dequeue_rx()
Didt77252.c1079 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx()
1155 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx()
1177 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx()
1314 if (!atm_charge(vcc, sb->truesize)) { in idt77252_rx_raw()
Dsolos-pci.c850 atm_charge(vcc, skb->truesize); in solos_bh()
Dzatm.c466 if (!atm_charge(vcc,skb->truesize)) { in poll_rx()
Dambassador.c489 if (atm_charge (atm_vcc, skb->truesize)) { in rx_complete()
Dfore200e.c1125 if (atm_charge(vcc, skb->truesize) == 0) { in fore200e_push_rpd()
/Linux-v4.19/drivers/usb/atm/
Dusbatm.c383 if (!atm_charge(vcc, skb->truesize)) { in usbatm_extract_one_cell()