Searched refs:h3 (Results 1 – 1 of 1) sorted by relevance
169 struct tpacket3_hdr *h3; member417 WRITE_ONCE(h.h3->tp_status, status); in __packet_set_status()418 flush_dcache_page(pgv_to_page(&h.h3->tp_status)); in __packet_set_status()445 flush_dcache_page(pgv_to_page(&h.h3->tp_status)); in __packet_get_status()446 return READ_ONCE(h.h3->tp_status); in __packet_get_status()499 h.h3->tp_sec = ts.tv_sec; in __packet_set_timestamp()500 h.h3->tp_nsec = ts.tv_nsec; in __packet_set_timestamp()2323 BUILD_BUG_ON(TPACKET_ALIGN(sizeof(*h.h3)) != 48); in tpacket_rcv()2510 h.h3->tp_status |= status; in tpacket_rcv()2511 h.h3->tp_len = skb->len; in tpacket_rcv()[all …]