Lines Matching defs:raw
7 * PACKET - implements raw packet sockets.
30 * Alan Cox : New buffers. Use sk->mac.raw.
170 void *raw;
406 h.raw = frame;
436 h.raw = frame;
481 h.raw = frame;
525 h.raw = rb->pg_vec[pg_vec_pos].buffer +
528 if (status != __packet_get_status(po, h.raw))
531 return h.raw;
1948 * Output a raw packet to a device layer. This bypasses all the other
1994 * raw protocol and you must do your own fragmentation at this level.
2359 h.raw = packet_current_rx_frame(po, skb,
2361 if (!h.raw)
2372 virtio_net_hdr_from_skb(skb, h.raw + macoff -
2400 skb_copy_bits(skb, 0, h.raw + macoff, snaplen);
2459 sll = h.raw + TPACKET_ALIGN(hdrlen);
2476 end = (u8 *) PAGE_ALIGN((unsigned long) h.raw +
2479 for (start = h.raw; start < end; start += PAGE_SIZE)
2487 __packet_set_status(po, h.raw, status);
2588 ph.raw = frame;
2596 skb_zcopy_set_nouarg(skb, ph.raw);
2663 ph.raw = frame;