Searched defs:strp_aggr_stats (Results 1 – 1 of 1) sorted by relevance
27 struct strp_aggr_stats { struct28 unsigned long long msgs;29 unsigned long long bytes;30 unsigned int mem_fail;31 unsigned int need_more_hdr;32 unsigned int msg_too_big;33 unsigned int msg_timeouts;34 unsigned int bad_hdr_len;35 unsigned int aborts;36 unsigned int interrupted;[all …]