Lines Matching refs:raw
165 void *raw; member
301 h.raw = frame; in __packet_set_status()
326 h.raw = frame; in __packet_get_status()
372 h.raw = frame; in __packet_set_timestamp()
406 h.raw = rb->pg_vec[pg_vec_pos].buffer + in packet_lookup_frame()
409 if (status != __packet_get_status(po, h.raw)) in packet_lookup_frame()
412 return h.raw; in packet_lookup_frame()
1795 h.raw = packet_current_rx_frame(po, skb, in tpacket_rcv()
1797 if (!h.raw) in tpacket_rcv()
1817 skb_copy_bits(skb, 0, h.raw + macoff, snaplen); in tpacket_rcv()
1867 sll = h.raw + TPACKET_ALIGN(hdrlen); in tpacket_rcv()
1884 end = (u8 *)PAGE_ALIGN((unsigned long)h.raw in tpacket_rcv()
1886 for (start = h.raw; start < end; start += PAGE_SIZE) in tpacket_rcv()
1893 __packet_set_status(po, h.raw, status); in tpacket_rcv()
1947 ph.raw = frame; in tpacket_fill_skb()
1954 skb_shinfo(skb)->destructor_arg = ph.raw; in tpacket_fill_skb()
1998 data = ph.raw + off; in tpacket_fill_skb()
2000 data = ph.raw + po->tp_hdrlen - sizeof(struct sockaddr_ll); in tpacket_fill_skb()