diff options
Diffstat (limited to 'include/linux/if_packet.h')
-rw-r--r-- | include/linux/if_packet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/if_packet.h b/include/linux/if_packet.h index e5d200f53fc3..dea7d6b7cf98 100644 --- a/include/linux/if_packet.h +++ b/include/linux/if_packet.h | |||
@@ -48,13 +48,11 @@ struct sockaddr_ll | |||
48 | #define PACKET_RESERVE 12 | 48 | #define PACKET_RESERVE 12 |
49 | #define PACKET_TX_RING 13 | 49 | #define PACKET_TX_RING 13 |
50 | #define PACKET_LOSS 14 | 50 | #define PACKET_LOSS 14 |
51 | #define PACKET_GAPDATA 15 | ||
52 | 51 | ||
53 | struct tpacket_stats | 52 | struct tpacket_stats |
54 | { | 53 | { |
55 | unsigned int tp_packets; | 54 | unsigned int tp_packets; |
56 | unsigned int tp_drops; | 55 | unsigned int tp_drops; |
57 | unsigned int tp_gap; | ||
58 | }; | 56 | }; |
59 | 57 | ||
60 | struct tpacket_auxdata | 58 | struct tpacket_auxdata |