Home
last modified time | relevance | path

Searched refs:tpacket3_hdr (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dif_packet.h162 struct tpacket3_hdr { struct
246 #define TPACKET3_HDRLEN (TPACKET_ALIGN(sizeof(struct tpacket3_hdr)) + sizeof(struct sockaddr_ll))
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_tpacket.c316 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()
/external/libpcap/
Dpcap-linux.c5097 struct tpacket3_hdr* tp3_hdr = (struct tpacket3_hdr*) handlep->current_packet;