Searched defs:stack_specific_info (Results 1 – 1 of 1) sorted by relevance
474 struct stack_specific_info { struct475 char stack_name[TCP_FUNCTION_NAME_LEN_MAX];476 uint64_t policer_last_bw; /* Only valid if detection enabled and policer detected */477 uint64_t bytes_transmitted;478 uint64_t bytes_retransmitted;479 uint32_t policer_detection_enabled: 1,480 policer_detected : 1, /* transport thinks a policer is on path */481 highly_buffered : 1, /* transport considers the path highly buffered */482 spare : 29;483 uint32_t policer_bucket_size; /* Only valid if detection enabled and policer detected */[all …]