/kernel/linux/linux-5.10/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); variable
|
H A D | clip.c | 171 if (!vcc || !atm_charge(vcc, skb->truesize)) { in clip_arp_rcv()
|
/kernel/linux/linux-6.6/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); variable
|
H A D | clip.c | 171 if (!vcc || !atm_charge(vcc, skb->truesize)) { in clip_arp_rcv()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | atmdev.h | 287 int atm_charge(struct atm_vcc *vcc,int truesize);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | atmdev.h | 288 int atm_charge(struct atm_vcc *vcc,int truesize);
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | nicstar.c | 2036 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx() 2038 ("nicstar%d: atm_charge() dropped aal0 packets.\n", in dequeue_rx() 2164 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx() 2182 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx() 2198 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx() 2274 if (!atm_charge(vcc, hb->truesize)) { in dequeue_rx()
|
H A D | idt77252.c | 1080 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx() 1081 RXPRINTK("%s: atm_charge() dropped aal0 packets.\n", 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() 1317 RXPRINTK("%s: atm_charge() dropped AAL0 packets.\n", in idt77252_rx_raw()
|
H A D | solos-pci.c | 838 atm_charge(vcc, skb->truesize); in solos_bh()
|
H A D | zatm.c | 467 if (!atm_charge(vcc,skb->truesize)) { in poll_rx()
|
H A D | ambassador.c | 474 if (atm_charge (atm_vcc, skb->truesize)) { in rx_complete() 491 PRINTD (DBG_INFO|DBG_RX, "dropped thanks to atm_charge (vc %hu, truesize %u)", vc, skb->truesize); in rx_complete() 492 // drop stats incremented in atm_charge in rx_complete()
|
H A D | fore200e.c | 1035 if (atm_charge(vcc, skb->truesize) == 0) { in fore200e_push_rpd()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | nicstar.c | 2042 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx() 2044 ("nicstar%d: atm_charge() dropped aal0 packets.\n", in dequeue_rx() 2170 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx() 2188 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx() 2204 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx() 2280 if (!atm_charge(vcc, hb->truesize)) { in dequeue_rx()
|
H A D | idt77252.c | 1080 if (!atm_charge(vcc, sb->truesize)) { in dequeue_rx() 1081 RXPRINTK("%s: atm_charge() dropped aal0 packets.\n", in dequeue_rx() 1156 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx() 1178 if (!atm_charge(vcc, skb->truesize)) { in dequeue_rx() 1315 if (!atm_charge(vcc, sb->truesize)) { in idt77252_rx_raw() 1316 RXPRINTK("%s: atm_charge() dropped AAL0 packets.\n", in idt77252_rx_raw()
|
H A D | solos-pci.c | 838 atm_charge(vcc, skb->truesize); in solos_bh()
|
H A D | fore200e.c | 1033 if (atm_charge(vcc, skb->truesize) == 0) { in fore200e_push_rpd()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|