Searched refs:tpacket_hdr (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_packet.h62 struct tpacket_hdr struct
80 #define TPACKET_HDRLEN (TPACKET_ALIGN(sizeof(struct tpacket_hdr)) + sizeof(struct sockaddr_ll))
86 - struct tpacket_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/packet/
H A Daf_packet.c212 static inline struct tpacket_hdr *packet_lookup_frame(struct packet_sock *po, unsigned int position)
219 return (struct tpacket_hdr *)(po->pg_vec[pg_vec_pos] + (frame_offset * po->frame_size));
557 struct tpacket_hdr *h;
1571 struct tpacket_hdr *h;
1700 struct tpacket_hdr *header;
1704 header = (struct tpacket_hdr *) ptr;

Completed in 38 milliseconds