Lines Matching defs:h3
169 struct tpacket3_hdr *h3;
417 WRITE_ONCE(h.h3->tp_status, status);
418 flush_dcache_page(pgv_to_page(&h.h3->tp_status));
445 flush_dcache_page(pgv_to_page(&h.h3->tp_status));
446 return READ_ONCE(h.h3->tp_status);
499 h.h3->tp_sec = ts.tv_sec;
500 h.h3->tp_nsec = ts.tv_nsec;
2262 BUILD_BUG_ON(TPACKET_ALIGN(sizeof(*h.h3)) != 48);
2445 h.h3->tp_status |= status;
2446 h.h3->tp_len = skb->len;
2447 h.h3->tp_snaplen = snaplen;
2448 h.h3->tp_mac = macoff;
2449 h.h3->tp_net = netoff;
2450 h.h3->tp_sec = ts.tv_sec;
2451 h.h3->tp_nsec = ts.tv_nsec;
2452 memset(h.h3->tp_padding, 0, sizeof(h.h3->tp_padding));
2453 hdrlen = sizeof(*h.h3);
2667 if (ph.h3->tp_next_offset != 0) {
2671 tp_len = ph.h3->tp_len;
2693 off = ph.h3->tp_net;
2705 off = ph.h3->tp_mac;