X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/e2fac8b15b12a7979f72090454d850e612fc5b13..b0d623f7f2ae71ed96e60569f61f9a9a27016e80:/bsd/netinet/ip_flow.h diff --git a/bsd/netinet/ip_flow.h b/bsd/netinet/ip_flow.h index 37dcbddee..972d96351 100644 --- a/bsd/netinet/ip_flow.h +++ b/bsd/netinet/ip_flow.h @@ -75,12 +75,12 @@ struct ipflow { u_int8_t ipf_tos; /* type-of-service */ struct route ipf_ro; /* associated route entry */ - u_long ipf_uses; /* number of uses in this period */ + u_int32_t ipf_uses; /* number of uses in this period */ int ipf_timer; /* remaining lifetime of this entry */ - u_long ipf_dropped; /* ENOBUFS returned by if_output */ - u_long ipf_errors; /* other errors returned by if_output */ - u_long ipf_last_uses; /* number of uses in last period */ + u_int32_t ipf_dropped; /* ENOBUFS returned by if_output */ + u_int32_t ipf_errors; /* other errors returned by if_output */ + u_int32_t ipf_last_uses; /* number of uses in last period */ }; #endif /* KERNEL_PRIVATE */