Lines Matching defs:h3
169 struct tpacket3_hdr *h3;
416 WRITE_ONCE(h.h3->tp_status, status);
417 flush_dcache_page(pgv_to_page(&h.h3->tp_status));
444 flush_dcache_page(pgv_to_page(&h.h3->tp_status));
445 return READ_ONCE(h.h3->tp_status);
498 h.h3->tp_sec = ts.tv_sec;
499 h.h3->tp_nsec = ts.tv_nsec;
2252 BUILD_BUG_ON(TPACKET_ALIGN(sizeof(*h.h3)) != 48);
2439 h.h3->tp_status |= status;
2440 h.h3->tp_len = skb->len;
2441 h.h3->tp_snaplen = snaplen;
2442 h.h3->tp_mac = macoff;
2443 h.h3->tp_net = netoff;
2444 h.h3->tp_sec = ts.tv_sec;
2445 h.h3->tp_nsec = ts.tv_nsec;
2446 memset(h.h3->tp_padding, 0, sizeof(h.h3->tp_padding));
2447 hdrlen = sizeof(*h.h3);
2658 if (ph.h3->tp_next_offset != 0) {
2662 tp_len = ph.h3->tp_len;
2684 off = ph.h3->tp_net;
2696 off = ph.h3->tp_mac;