Lines Matching refs:h3
160 struct tpacket3_hdr *h3; member
376 h.h3->tp_status = status; in __packet_set_status()
377 flush_dcache_page(pgv_to_page(&h.h3->tp_status)); in __packet_set_status()
402 flush_dcache_page(pgv_to_page(&h.h3->tp_status)); in __packet_get_status()
403 return h.h3->tp_status; in __packet_get_status()
448 h.h3->tp_sec = ts.tv_sec; in __packet_set_timestamp()
449 h.h3->tp_nsec = ts.tv_nsec; in __packet_set_timestamp()
2182 BUILD_BUG_ON(TPACKET_ALIGN(sizeof(*h.h3)) != 48); in tpacket_rcv()
2340 h.h3->tp_status |= status; in tpacket_rcv()
2341 h.h3->tp_len = skb->len; in tpacket_rcv()
2342 h.h3->tp_snaplen = snaplen; in tpacket_rcv()
2343 h.h3->tp_mac = macoff; in tpacket_rcv()
2344 h.h3->tp_net = netoff; in tpacket_rcv()
2345 h.h3->tp_sec = ts.tv_sec; in tpacket_rcv()
2346 h.h3->tp_nsec = ts.tv_nsec; in tpacket_rcv()
2347 memset(h.h3->tp_padding, 0, sizeof(h.h3->tp_padding)); in tpacket_rcv()
2348 hdrlen = sizeof(*h.h3); in tpacket_rcv()
2549 if (ph.h3->tp_next_offset != 0) { in tpacket_parse_header()
2553 tp_len = ph.h3->tp_len; in tpacket_parse_header()
2575 off = ph.h3->tp_net; in tpacket_parse_header()
2587 off = ph.h3->tp_mac; in tpacket_parse_header()