@@ -1043,41 +1043,49 @@ s! {
1043
1043
pub tcpi_snd_rexmitpack: u32 ,
1044
1044
pub tcpi_rcv_ooopack: u32 ,
1045
1045
pub tcpi_snd_zerowin: u32 ,
1046
+ #[ cfg( freebsd13) ]
1047
+ pub __tcpi_delivered_ce: u32 ,
1046
1048
#[ cfg( any( freebsd15, freebsd14) ) ]
1047
1049
pub tcpi_delivered_ce: u32 ,
1050
+ #[ cfg( freebsd13) ]
1051
+ pub __tcpi_received_ce: u32 ,
1048
1052
#[ cfg( any( freebsd15, freebsd14) ) ]
1049
1053
pub tcpi_received_ce: u32 ,
1050
- #[ cfg( any( freebsd15, freebsd14) ) ]
1054
+ #[ cfg( any( freebsd15, freebsd14, freebsd13 ) ) ]
1051
1055
pub __tcpi_delivered_e1_bytes: u32 ,
1052
- #[ cfg( any( freebsd15, freebsd14) ) ]
1056
+ #[ cfg( any( freebsd15, freebsd14, freebsd13 ) ) ]
1053
1057
pub __tcpi_delivered_e0_bytes: u32 ,
1054
- #[ cfg( any( freebsd15, freebsd14) ) ]
1058
+ #[ cfg( any( freebsd15, freebsd14, freebsd13 ) ) ]
1055
1059
pub __tcpi_delivered_ce_bytes: u32 ,
1056
- #[ cfg( any( freebsd15, freebsd14) ) ]
1060
+ #[ cfg( any( freebsd15, freebsd14, freebsd13 ) ) ]
1057
1061
pub __tcpi_received_e1_bytes: u32 ,
1058
- #[ cfg( any( freebsd15, freebsd14) ) ]
1062
+ #[ cfg( any( freebsd15, freebsd14, freebsd13 ) ) ]
1059
1063
pub __tcpi_received_e0_bytes: u32 ,
1060
- #[ cfg( any( freebsd15, freebsd14) ) ]
1064
+ #[ cfg( any( freebsd15, freebsd14, freebsd13 ) ) ]
1061
1065
pub __tcpi_received_ce_bytes: u32 ,
1066
+ #[ cfg( freebsd13) ]
1067
+ pub __tcpi_total_tlp: u32 ,
1062
1068
#[ cfg( any( freebsd15, freebsd14) ) ]
1063
1069
pub tcpi_total_tlp: u32 ,
1070
+ #[ cfg( freebsd13) ]
1071
+ pub __tcpi_total_tlp_bytes: u64 ,
1064
1072
#[ cfg( any( freebsd15, freebsd14) ) ]
1065
1073
pub tcpi_total_tlp_bytes: u64 ,
1066
- #[ cfg( any( freebsd15, freebsd14) ) ]
1074
+ #[ cfg( any( freebsd15, freebsd14, freebsd13 ) ) ]
1067
1075
pub tcpi_snd_una: u32 ,
1068
- #[ cfg( any( freebsd15, freebsd14) ) ]
1076
+ #[ cfg( any( freebsd15, freebsd14, freebsd13 ) ) ]
1069
1077
pub tcpi_snd_max: u32 ,
1070
- #[ cfg( any( freebsd15, freebsd14) ) ]
1078
+ #[ cfg( any( freebsd15, freebsd14, freebsd13 ) ) ]
1071
1079
pub tcpi_rcv_numsacks: u32 ,
1072
- #[ cfg( any( freebsd15, freebsd14) ) ]
1080
+ #[ cfg( any( freebsd15, freebsd14, freebsd13 ) ) ]
1073
1081
pub tcpi_rcv_adv: u32 ,
1074
- #[ cfg( any( freebsd15, freebsd14) ) ]
1082
+ #[ cfg( any( freebsd15, freebsd14, freebsd13 ) ) ]
1075
1083
pub tcpi_dupacks: u32 ,
1076
- #[ cfg( freebsd14) ]
1084
+ #[ cfg( any ( freebsd14, freebsd13 ) ) ]
1077
1085
pub __tcpi_pad: [ u32 ; 10 ] ,
1078
1086
#[ cfg( freebsd15) ]
1079
1087
pub __tcpi_pad: [ u32 ; 14 ] ,
1080
- #[ cfg( not( any( freebsd15, freebsd14) ) ) ]
1088
+ #[ cfg( not( any( freebsd15, freebsd14, freebsd13 ) ) ) ]
1081
1089
pub __tcpi_pad: [ u32 ; 26 ] ,
1082
1090
}
1083
1091
0 commit comments