Lines Matching refs:size
71 * Semi-arbitrary buffer size limits. 0710 is normally run with 32-64 byte
608 * Expand a buffer by bytestuffing it. The worst case size change
666 /* Stuffing may double the size worst case */
914 int h, len, size;
927 size = len + h;
929 msg = gsm_data_alloc(gsm, dlci->addr, size, gsm->ftype);
958 return size;
978 int len, size;
1007 size = len + overhead;
1008 msg = gsm_data_alloc(gsm, dlci->addr, size, gsm->ftype);
1031 return size;
2522 * @len: size
2717 * @nr: size of I/O
2739 * @nr: size of I/O
2911 const unsigned char *in_buf, int size)
2919 skb = dev_alloc_skb(size + NET_IP_ALIGN);
2927 skb_put_data(skb, in_buf, size);
2937 net->stats.rx_bytes += size;