Lines Matching defs:bbr_stats
373 struct bbr_stats { struct
374 uint64_t bbr_badfr; /* 0 */
375 uint64_t bbr_badfr_bytes; /* 1 */
376 uint64_t bbr_saw_oerr; /* 2 */
377 uint64_t bbr_saw_emsgsiz; /* 3 */
378 uint64_t bbr_reorder_seen; /* 4 */
379 uint64_t bbr_tlp_tot; /* 5 */
380 uint64_t bbr_tlp_newdata; /* 6 */
381 uint64_t bbr_offset_recovery; /* 7 */
382 uint64_t bbr_tlp_retran_fail; /* 8 */
383 uint64_t bbr_to_tot; /* 9 */
384 uint64_t bbr_to_arm_rack; /* 10 */
385 uint64_t bbr_enter_probertt; /* 11 */
386 uint64_t bbr_tlp_set; /* 12 */
387 uint64_t bbr_resends_set; /* 13 */
388 uint64_t bbr_force_output; /* 14 */
389 uint64_t bbr_to_arm_tlp; /* 15 */
390 uint64_t bbr_paced_segments; /* 16 */
391 uint64_t bbr_saw_enobuf; /* 17 */
392 uint64_t bbr_to_alloc_failed; /* 18 */
393 uint64_t bbr_to_alloc_emerg; /* 19 */
394 uint64_t bbr_sack_proc_all; /* 20 */
395 uint64_t bbr_sack_proc_short; /* 21 */
396 uint64_t bbr_sack_proc_restart; /* 22 */
397 uint64_t bbr_to_alloc; /* 23 */
398 uint64_t bbr_offset_drop; /* 24 */
399 uint64_t bbr_runt_sacks; /* 25 */
400 uint64_t bbr_sack_passed; /* 26 */
401 uint64_t bbr_rlock_left_ret0; /* 27 */
402 uint64_t bbr_rlock_left_ret1; /* 28 */
403 uint64_t bbr_dynamic_rwnd; /* 29 */
404 uint64_t bbr_static_rwnd; /* 30 */
405 uint64_t bbr_sack_blocks; /* 31 */
406 uint64_t bbr_sack_blocks_skip; /* 32 */
407 uint64_t bbr_sack_search_both; /* 33 */
408 uint64_t bbr_sack_search_fwd; /* 34 */
409 uint64_t bbr_sack_search_back; /* 35 */
410 uint64_t bbr_plain_acks; /* 36 */
411 uint64_t bbr_acks_with_sacks; /* 37 */
412 uint64_t bbr_progress_drops; /* 38 */
413 uint64_t bbr_early; /* 39 */
414 uint64_t bbr_reneges_seen; /* 40 */
415 uint64_t bbr_persist_reneg; /* 41 */
416 uint64_t bbr_dropped_af_data; /* 42 */
417 uint64_t bbr_failed_mbuf_aloc; /* 43 */
418 uint64_t bbr_cwnd_limited; /* 44 */
419 uint64_t bbr_rwnd_limited; /* 45 */
420 uint64_t bbr_app_limited; /* 46 */
421 uint64_t bbr_force_timer_start; /* 47 */
422 uint64_t bbr_hpts_min_time; /* 48 */
423 uint64_t bbr_meets_tso_thresh; /* 49 */
424 uint64_t bbr_miss_tso_rwnd; /* 50 */
425 uint64_t bbr_miss_tso_cwnd; /* 51 */
426 uint64_t bbr_miss_tso_app; /* 52 */
427 uint64_t bbr_miss_retran; /* 53 */
428 uint64_t bbr_miss_tlp; /* 54 */
429 uint64_t bbr_miss_unknown; /* 55 */
430 uint64_t bbr_hdwr_rl_add_ok; /* 56 */
431 uint64_t bbr_hdwr_rl_add_fail; /* 57 */
432 uint64_t bbr_hdwr_rl_mod_ok; /* 58 */
433 uint64_t bbr_hdwr_rl_mod_fail; /* 59 */
434 uint64_t bbr_collapsed_win; /* 60 */
435 uint64_t bbr_alloc_limited; /* 61 */
436 uint64_t bbr_alloc_limited_conns; /* 62 */
437 uint64_t bbr_split_limited; /* 63 */