Home
last modified time | relevance | path

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

/Linux-v5.4/net/atm/
Datm_misc.c26 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/
Datmtcp.c214 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()
Deni.c535 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()
Dhorizon.c1291 struct sk_buff * skb = atm_alloc_charge (atm_vcc, rx_len, GFP_ATOMIC); in rx_data_av_handler()
Dlanai.c1407 skb = atm_alloc_charge(lvcc->rx.atmvcc, size, GFP_ATOMIC); in vcc_rx_aal5()
Dhe.c1724 skb = atm_alloc_charge(vcc, he_vcc->pdu_len + rx_skb_reserve, in he_service_rbrq()
Diphase.c1177 if (!(skb = atm_alloc_charge(vcc, len, GFP_ATOMIC))) {
/Linux-v5.4/include/linux/
Datmdev.h297 struct sk_buff *atm_alloc_charge(struct atm_vcc *vcc,int pdu_size,