Searched refs:h3 (Results 1 – 1 of 1) sorted by relevance
167 struct tpacket3_hdr *h3; member384 WRITE_ONCE(h.h3->tp_status, status); in __packet_set_status()385 flush_dcache_page(pgv_to_page(&h.h3->tp_status)); in __packet_set_status()412 flush_dcache_page(pgv_to_page(&h.h3->tp_status)); in __packet_get_status()413 return READ_ONCE(h.h3->tp_status); in __packet_get_status()466 h.h3->tp_sec = ts.tv_sec; in __packet_set_timestamp()467 h.h3->tp_nsec = ts.tv_nsec; in __packet_set_timestamp()2227 BUILD_BUG_ON(TPACKET_ALIGN(sizeof(*h.h3)) != 48); in tpacket_rcv()2407 h.h3->tp_status |= status; in tpacket_rcv()2408 h.h3->tp_len = skb->len; in tpacket_rcv()[all …]