bblog: sync tcp_log_events with Netflix tree

This allows the addition of entries to tcp_log_events without
causing conflicts in the Netflix tree.
rrs@ will upstream the related functional changes eventually.

Reviewed by:		guest-ccui@, rrs@
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D38646
This commit is contained in:
Michael Tuexen 2023-02-20 21:42:57 +01:00
parent 7b5cb32fca
commit b16a37eda8

View file

@ -238,7 +238,9 @@ enum tcp_log_events {
TCP_HYSTART, /* TCP Hystart logging 65 */
TCP_CHG_QUERY, /* Change query during fnc_init() 66 */
TCP_RACK_LOG_COLLAPSE, /* Window collapse by peer 67 */
TCP_LOG_END /* End (keep at end) 68 */
TCP_RACK_TP_TRIGGERED, /* A rack tracepoint is triggered 68 */
TCP_HYBRID_PACING_LOG, /* Hybrid pacing log 69 */
TCP_LOG_END /* End (keep at end) 70 */
};
enum tcp_log_states {