Lines Matching defs:data
53 /* PPP ioctl data, not actually used anywere */
116 IPW_CHANNEL_RAS, skb->data,
129 memcpy(buf + 2, skb->data, skb->len);
328 * when we're online), then send the data to that tty. The RAS
329 * channel's data is handled above - it always goes through
345 static struct sk_buff *ipw_packet_received_skb(unsigned char *data,
350 if (length > 2 && data[0] == PPP_ALLSTATIONS && data[1] == PPP_UI) {
352 data += 2;
359 skb_put_data(skb, data, length);
366 unsigned char *data,
380 * when we're online), then send the data to that tty. The RAS
381 * channel's data is handled above - it always goes through
389 * If data came in on the RAS channel and this tty is
401 /* Send the data to the ppp_generic module. */
402 skb = ipw_packet_received_skb(data, length);
412 ipwireless_tty_received(tty, data, length);