Lines Matching defs:data
255 * Read does nothing - no data is ever available this way.
517 unsigned char *data;
520 data = skb->data;
521 proto = get_unaligned_be16(data);
527 islcp = proto == PPP_LCP && 1 <= data[2] && data[2] <= 7;
530 if (data[0] == 0 && (ap->flags & SC_COMP_PROT) && !islcp)
548 skb->data[0] = PPP_ALLSTATIONS;
549 skb->data[1] = PPP_UI;
555 ppp_print_buffer ("send buffer", skb->data, skb->len);
590 * Push as much data as possible out to the tty.
606 sent = tty->ops->write(tty, ap->tpkt->data, ap->tpkt->len);
665 /* called when the tty driver has data for us.
705 p = skb->data;