Lines Matching refs:raw
170 void *raw; member
406 h.raw = frame; in __packet_set_status()
436 h.raw = frame; in __packet_get_status()
481 h.raw = frame; in __packet_set_timestamp()
525 h.raw = rb->pg_vec[pg_vec_pos].buffer + in packet_lookup_frame()
528 if (status != __packet_get_status(po, h.raw)) in packet_lookup_frame()
531 return h.raw; in packet_lookup_frame()
2403 h.raw = packet_current_rx_frame(po, skb, in tpacket_rcv()
2405 if (!h.raw) in tpacket_rcv()
2416 virtio_net_hdr_from_skb(skb, h.raw + macoff - in tpacket_rcv()
2444 skb_copy_bits(skb, 0, h.raw + macoff, snaplen); in tpacket_rcv()
2507 sll = h.raw + TPACKET_ALIGN(hdrlen); in tpacket_rcv()
2525 end = (u8 *) PAGE_ALIGN((unsigned long) h.raw + in tpacket_rcv()
2528 for (start = h.raw; start < end; start += PAGE_SIZE) in tpacket_rcv()
2536 __packet_set_status(po, h.raw, status); in tpacket_rcv()
2633 ph.raw = frame; in tpacket_fill_skb()
2641 skb_zcopy_set_nouarg(skb, ph.raw); in tpacket_fill_skb()
2708 ph.raw = frame; in tpacket_parse_header()