Searched refs:templen (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/isdn/tpam/ |
D | tpam_commands.c | 566 u32 templen; in tpam_writebuf_skb() local 574 hdlc_no_accm_encode(skb->data, skb->len, tempdata, &templen); in tpam_writebuf_skb() 577 templen); in tpam_writebuf_skb() 893 u32 templen; in tpam_recv_U3DataInd() local 900 templen = tpam_hdlc_decode(data, tempdata, len); in tpam_recv_U3DataInd() 901 templen = hdlc_no_accm_decode(tempdata, templen); in tpam_recv_U3DataInd() 902 if (!(result = alloc_skb(templen, GFP_ATOMIC))) { in tpam_recv_U3DataInd() 908 memcpy(skb_put(result, templen), tempdata, templen); in tpam_recv_U3DataInd()
|