Home
last modified time | relevance | path

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

/linux-6.12.1/net/atm/
Datm_misc.c15 int atm_charge(struct atm_vcc *vcc, int truesize) in atm_charge() function
24 EXPORT_SYMBOL(atm_charge);
Dclip.c171 if (!vcc || !atm_charge(vcc, skb->truesize)) { in clip_arp_rcv()
/linux-6.12.1/include/linux/
Datmdev.h288 int atm_charge(struct atm_vcc *vcc,int truesize);
/linux-6.12.1/drivers/atm/
Dnicstar.c2043 if (!atm_charge(vcc, sb->truesize)) { 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()
Didt77252.c1080 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx()
1156 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx()
1178 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx()
1316 if (!atm_charge(vcc, sb->truesize)) { in idt77252_rx_raw()
Dsolos-pci.c838 atm_charge(vcc, skb->truesize); in solos_bh()
Dfore200e.c1030 if (atm_charge(vcc, skb->truesize) == 0) { in fore200e_push_rpd()
/linux-6.12.1/drivers/usb/atm/
Dusbatm.c383 if (!atm_charge(vcc, skb->truesize)) { in usbatm_extract_one_cell()