Lines Matching defs:h3
164 struct tpacket3_hdr *h3;
382 WRITE_ONCE(h.h3->tp_status, status);
383 flush_dcache_page(pgv_to_page(&h.h3->tp_status));
410 flush_dcache_page(pgv_to_page(&h.h3->tp_status));
411 return READ_ONCE(h.h3->tp_status);
464 h.h3->tp_sec = ts.tv_sec;
465 h.h3->tp_nsec = ts.tv_nsec;
2224 BUILD_BUG_ON(TPACKET_ALIGN(sizeof(*h.h3)) != 48);
2404 h.h3->tp_status |= status;
2405 h.h3->tp_len = skb->len;
2406 h.h3->tp_snaplen = snaplen;
2407 h.h3->tp_mac = macoff;
2408 h.h3->tp_net = netoff;
2409 h.h3->tp_sec = ts.tv_sec;
2410 h.h3->tp_nsec = ts.tv_nsec;
2411 memset(h.h3->tp_padding, 0, sizeof(h.h3->tp_padding));
2412 hdrlen = sizeof(*h.h3);
2616 if (ph.h3->tp_next_offset != 0) {
2620 tp_len = ph.h3->tp_len;
2642 off = ph.h3->tp_net;
2654 off = ph.h3->tp_mac;