Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/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.c529 skb = length ? atm_alloc_charge(vcc,length,GFP_ATOMIC) : NULL; in rx_aal0()
599 skb = eff ? atm_alloc_charge(vcc,eff << 2,GFP_ATOMIC) : NULL; in rx_aal5()
Dlanai.c1406 skb = atm_alloc_charge(lvcc->rx.atmvcc, size, GFP_ATOMIC); in vcc_rx_aal5()
Dhe.c1721 skb = atm_alloc_charge(vcc, he_vcc->pdu_len + rx_skb_reserve, in he_service_rbrq()
Diphase.c1178 if (!(skb = atm_alloc_charge(vcc, len, GFP_ATOMIC))) {
/Linux-v6.1/include/linux/
Datmdev.h289 struct sk_buff *atm_alloc_charge(struct atm_vcc *vcc,int pdu_size,