Home
last modified time | relevance | path

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

/linux/net/atm/
A 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/drivers/atm/
A 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()
A 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()
A Dhorizon.c1291 struct sk_buff * skb = atm_alloc_charge (atm_vcc, rx_len, GFP_ATOMIC); in rx_data_av_handler()
A Dlanai.c1406 skb = atm_alloc_charge(lvcc->rx.atmvcc, size, GFP_ATOMIC); in vcc_rx_aal5()
A Dhe.c1724 skb = atm_alloc_charge(vcc, he_vcc->pdu_len + rx_skb_reserve, in he_service_rbrq()
A Diphase.c1180 if (!(skb = atm_alloc_charge(vcc, len, GFP_ATOMIC))) {
/linux/include/linux/
A Datmdev.h289 struct sk_buff *atm_alloc_charge(struct atm_vcc *vcc,int pdu_size,

Completed in 27 milliseconds