X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Fuapi%2Flinux%2Fif_packet.h;h=d3d715f8c88f6d57c4318dc5b001e8efad2d074f;hb=a9b6391814d5d6b8668fca2dace86949b7244e2e;hp=053bd102fbe00a0affd7227359e25c7246de9d7e;hpb=1204c464458e9837320a326a9fce550e3c5ef5de;p=cascardo%2Flinux.git diff --git a/include/uapi/linux/if_packet.h b/include/uapi/linux/if_packet.h index 053bd102fbe0..d3d715f8c88f 100644 --- a/include/uapi/linux/if_packet.h +++ b/include/uapi/linux/if_packet.h @@ -54,6 +54,7 @@ struct sockaddr_ll { #define PACKET_FANOUT 18 #define PACKET_TX_HAS_OFF 19 #define PACKET_QDISC_BYPASS 20 +#define PACKET_ROLLOVER_STATS 21 #define PACKET_FANOUT_HASH 0 #define PACKET_FANOUT_LB 1 @@ -75,6 +76,12 @@ struct tpacket_stats_v3 { unsigned int tp_freeze_q_cnt; }; +struct tpacket_rollover_stats { + __aligned_u64 tp_all; + __aligned_u64 tp_huge; + __aligned_u64 tp_failed; +}; + union tpacket_stats_u { struct tpacket_stats stats1; struct tpacket_stats_v3 stats3;