atm_alloc_charge 214 drivers/atm/atmtcp.c new_skb = atm_alloc_charge(out_vcc,size,GFP_ATOMIC); atm_alloc_charge 308 drivers/atm/atmtcp.c new_skb = atm_alloc_charge(out_vcc,skb->len,GFP_KERNEL); atm_alloc_charge 535 drivers/atm/eni.c skb = length ? atm_alloc_charge(vcc,length,GFP_ATOMIC) : NULL; atm_alloc_charge 605 drivers/atm/eni.c skb = eff ? atm_alloc_charge(vcc,eff << 2,GFP_ATOMIC) : NULL; atm_alloc_charge 1724 drivers/atm/he.c skb = atm_alloc_charge(vcc, he_vcc->pdu_len + rx_skb_reserve, atm_alloc_charge 1291 drivers/atm/horizon.c struct sk_buff * skb = atm_alloc_charge (atm_vcc, rx_len, GFP_ATOMIC); atm_alloc_charge 1177 drivers/atm/iphase.c if (!(skb = atm_alloc_charge(vcc, len, GFP_ATOMIC))) { atm_alloc_charge 1407 drivers/atm/lanai.c skb = atm_alloc_charge(lvcc->rx.atmvcc, size, GFP_ATOMIC); atm_alloc_charge 297 include/linux/atmdev.h struct sk_buff *atm_alloc_charge(struct atm_vcc *vcc,int pdu_size, atm_alloc_charge 46 net/atm/atm_misc.c EXPORT_SYMBOL(atm_alloc_charge);