- u_long mrts_mfc_lookups; /* # forw. cache hash table hits */
- u_long mrts_mfc_misses; /* # forw. cache hash table misses */
- u_long mrts_upcalls; /* # calls to mrouted */
- u_long mrts_no_route; /* no route for packet's origin */
- u_long mrts_bad_tunnel; /* malformed tunnel options */
- u_long mrts_cant_tunnel; /* no room for tunnel options */
- u_long mrts_wrong_if; /* arrived on wrong interface */
- u_long mrts_upq_ovflw; /* upcall Q overflow */
- u_long mrts_cache_cleanups; /* # entries with no upcalls */
- u_long mrts_drop_sel; /* pkts dropped selectively */
- u_long mrts_q_overflow; /* pkts dropped - Q overflow */
- u_long mrts_pkt2large; /* pkts dropped - size > BKT SIZE */
- u_long mrts_upq_sockfull; /* upcalls dropped - socket full */
+ u_int32_t mrts_mfc_lookups; /* # forw. cache hash table hits */
+ u_int32_t mrts_mfc_misses; /* # forw. cache hash table misses */
+ u_int32_t mrts_upcalls; /* # calls to mrouted */
+ u_int32_t mrts_no_route; /* no route for packet's origin */
+ u_int32_t mrts_bad_tunnel; /* malformed tunnel options */
+ u_int32_t mrts_cant_tunnel; /* no room for tunnel options */
+ u_int32_t mrts_wrong_if; /* arrived on wrong interface */
+ u_int32_t mrts_upq_ovflw; /* upcall Q overflow */
+ u_int32_t mrts_cache_cleanups; /* # entries with no upcalls */
+ u_int32_t mrts_drop_sel; /* pkts dropped selectively */
+ u_int32_t mrts_q_overflow; /* pkts dropped - Q overflow */
+ u_int32_t mrts_pkt2large; /* pkts dropped - size > BKT SIZE */
+ u_int32_t mrts_upq_sockfull; /* upcalls dropped - socket full */