Lines Matching defs:raw
7 * PACKET - implements raw packet sockets.
30 * Alan Cox : New buffers. Use sk->mac.raw.
165 void *raw;
371 h.raw = frame;
401 h.raw = frame;
446 h.raw = frame;
490 h.raw = rb->pg_vec[pg_vec_pos].buffer +
493 if (status != __packet_get_status(po, h.raw))
496 return h.raw;
1911 * Output a raw packet to a device layer. This bypasses all the other
1957 * raw protocol and you must do your own fragmentation at this level.
2320 h.raw = packet_current_rx_frame(po, skb,
2322 if (!h.raw)
2333 virtio_net_hdr_from_skb(skb, h.raw + macoff -
2360 skb_copy_bits(skb, 0, h.raw + macoff, snaplen);
2418 sll = h.raw + TPACKET_ALIGN(hdrlen);
2435 end = (u8 *) PAGE_ALIGN((unsigned long) h.raw +
2438 for (start = h.raw; start < end; start += PAGE_SIZE)
2446 __packet_set_status(po, h.raw, status);
2537 ph.raw = frame;
2545 skb_zcopy_set_nouarg(skb, ph.raw);
2612 ph.raw = frame;