Searched refs:tpacket3_hdr (Results 1 – 3 of 3) sorted by relevance
162 struct tpacket3_hdr { struct246 #define TPACKET3_HDRLEN (TPACKET_ALIGN(sizeof(struct tpacket3_hdr)) + sizeof(struct sockaddr_ll))
316 static inline int __v3_tx_kernel_ready(struct tpacket3_hdr *hdr) in __v3_tx_kernel_ready()321 static inline void __v3_tx_user_ready(struct tpacket3_hdr *hdr) in __v3_tx_user_ready()462 struct tpacket3_hdr *tx = next; in walk_tx()563 struct tpacket3_hdr *ppd; in __v3_walk_block()567 ppd = (struct tpacket3_hdr *) ((uint8_t *) pbd + in __v3_walk_block()583 ppd = (struct tpacket3_hdr *) ((uint8_t *) ppd + ppd->tp_next_offset); in __v3_walk_block()
5097 struct tpacket3_hdr* tp3_hdr = (struct tpacket3_hdr*) handlep->current_packet;