diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/if_packet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/if_packet.h b/include/linux/if_packet.h index dea7d6b7cf98..e5d200f53fc3 100644 --- a/include/linux/if_packet.h +++ b/include/linux/if_packet.h | |||
| @@ -48,11 +48,13 @@ 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 | ||
| 51 | 52 | ||
| 52 | struct tpacket_stats | 53 | struct tpacket_stats |
| 53 | { | 54 | { |
| 54 | unsigned int tp_packets; | 55 | unsigned int tp_packets; |
| 55 | unsigned int tp_drops; | 56 | unsigned int tp_drops; |
| 57 | unsigned int tp_gap; | ||
| 56 | }; | 58 | }; |
| 57 | 59 | ||
| 58 | struct tpacket_auxdata | 60 | struct tpacket_auxdata |
