Home
last modified time | relevance | path

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

/linux-4.4.14/net/atm/
Datm_misc.c25 struct sk_buff *atm_alloc_charge(struct atm_vcc *vcc, int pdu_size, in atm_alloc_charge() function
45 EXPORT_SYMBOL(atm_alloc_charge);
/linux-4.4.14/drivers/atm/
Datmtcp.c213 new_skb = atm_alloc_charge(out_vcc,size,GFP_ATOMIC); in atmtcp_v_send()
307 new_skb = atm_alloc_charge(out_vcc,skb->len,GFP_KERNEL); in atmtcp_c_send()
Deni.c533 skb = length ? atm_alloc_charge(vcc,length,GFP_ATOMIC) : NULL; in rx_aal0()
603 skb = eff ? atm_alloc_charge(vcc,eff << 2,GFP_ATOMIC) : NULL; in rx_aal5()
Dhorizon.c1305 struct sk_buff * skb = atm_alloc_charge (atm_vcc, rx_len, GFP_ATOMIC); in rx_data_av_handler()
Dlanai.c1411 skb = atm_alloc_charge(lvcc->rx.atmvcc, size, GFP_ATOMIC); in vcc_rx_aal5()
Dhe.c1723 skb = atm_alloc_charge(vcc, he_vcc->pdu_len + rx_skb_reserve, in he_service_rbrq()
Diphase.c1176 if (!(skb = atm_alloc_charge(vcc, len, GFP_ATOMIC))) {
/linux-4.4.14/include/linux/
Datmdev.h280 struct sk_buff *atm_alloc_charge(struct atm_vcc *vcc,int pdu_size,