Home
last modified time | relevance | path

Searched defs:tc_stats (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
A Dgen_stats.h37 struct tc_stats tc_stats; member
/linux/tools/include/uapi/linux/
A Dpkt_sched.h33 struct tc_stats { struct
34 __u64 bytes; /* Number of enqueued bytes */
35 __u32 packets; /* Number of enqueued packets */
36 __u32 drops; /* Packets dropped because of lack of resources */
37 __u32 overlimits; /* Number of throttle events when this
39 __u32 bps; /* Current flow byte rate */
40 __u32 pps; /* Current flow packet rate */
41 __u32 qlen;
42 __u32 backlog;
/linux/include/uapi/linux/
A Dpkt_sched.h34 struct tc_stats { struct
35 __u64 bytes; /* Number of enqueued bytes */
36 __u32 packets; /* Number of enqueued packets */
37 __u32 drops; /* Packets dropped because of lack of resources */
38 __u32 overlimits; /* Number of throttle events when this
40 __u32 bps; /* Current flow byte rate */
41 __u32 pps; /* Current flow packet rate */
42 __u32 qlen;
43 __u32 backlog;
/linux/drivers/net/ethernet/intel/i40e/
A Di40e.h823 struct i40e_veb_tc_stats tc_stats; member

Completed in 33 milliseconds