Searched refs:atm_charge (Results 1 – 6 of 6) sorted by relevance
/linux/net/atm/ |
H A D | atm_misc.c | 15 int atm_charge(struct atm_vcc *vcc, int truesize) in atm_charge() function 24 EXPORT_SYMBOL(atm_charge);
|
H A D | clip.c | 183 if (!vcc || !atm_charge(vcc, skb->truesize)) { in clip_arp_rcv()
|
/linux/include/linux/ |
H A D | atmdev.h | 294 int atm_charge(struct atm_vcc *vcc,int truesize);
|
/linux/drivers/atm/ |
H A D | nicstar.c | 2043 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx() 2045 ("nicstar%d: atm_charge() dropped aal0 packets.\n", in dequeue_rx() 2171 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx() 2189 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx() 2205 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx() 2281 if (!atm_charge(vcc, hb->truesize)) { in dequeue_rx()
|
H A D | solos-pci.c | 838 atm_charge(vcc, skb->truesize); in solos_bh()
|
/linux/drivers/usb/atm/ |
H A D | usbatm.c | 383 if (!atm_charge(vcc, skb->truesize)) { in usbatm_extract_one_cell() 384 atm_rldbg(instance, "%s: failed atm_charge (skb->truesize: %u)!\n", in usbatm_extract_one_cell() 387 goto out; /* atm_charge increments rx_drop */ in usbatm_extract_one_cell()
|