Searched refs:atm_alloc_charge (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/net/atm/ |
D | atm_misc.c | 26 struct sk_buff *atm_alloc_charge(struct atm_vcc *vcc, int pdu_size, in atm_alloc_charge() function 46 EXPORT_SYMBOL(atm_alloc_charge);
|
/Linux-v5.4/drivers/atm/ |
D | atmtcp.c | 214 new_skb = atm_alloc_charge(out_vcc,size,GFP_ATOMIC); in atmtcp_v_send() 308 new_skb = atm_alloc_charge(out_vcc,skb->len,GFP_KERNEL); in atmtcp_c_send()
|
D | eni.c | 535 skb = length ? atm_alloc_charge(vcc,length,GFP_ATOMIC) : NULL; in rx_aal0() 605 skb = eff ? atm_alloc_charge(vcc,eff << 2,GFP_ATOMIC) : NULL; in rx_aal5()
|
D | horizon.c | 1291 struct sk_buff * skb = atm_alloc_charge (atm_vcc, rx_len, GFP_ATOMIC); in rx_data_av_handler()
|
D | lanai.c | 1407 skb = atm_alloc_charge(lvcc->rx.atmvcc, size, GFP_ATOMIC); in vcc_rx_aal5()
|
D | he.c | 1724 skb = atm_alloc_charge(vcc, he_vcc->pdu_len + rx_skb_reserve, in he_service_rbrq()
|
D | iphase.c | 1177 if (!(skb = atm_alloc_charge(vcc, len, GFP_ATOMIC))) {
|
/Linux-v5.4/include/linux/ |
D | atmdev.h | 297 struct sk_buff *atm_alloc_charge(struct atm_vcc *vcc,int pdu_size,
|