Lines Matching refs:u_int32_t

111 typedef u_int32_t vifbitmap_t;
154 u_int32_t mrts_mfc_lookups; /* # forw. cache hash table hits */
155 u_int32_t mrts_mfc_misses; /* # forw. cache hash table misses */
156 u_int32_t mrts_upcalls; /* # calls to mrouted */
157 u_int32_t mrts_no_route; /* no route for packet's origin */
158 u_int32_t mrts_bad_tunnel; /* malformed tunnel options */
159 u_int32_t mrts_cant_tunnel; /* no room for tunnel options */
160 u_int32_t mrts_wrong_if; /* arrived on wrong interface */
161 u_int32_t mrts_upq_ovflw; /* upcall Q overflow */
162 u_int32_t mrts_cache_cleanups; /* # entries with no upcalls */
163 u_int32_t mrts_drop_sel; /* pkts dropped selectively */
164 u_int32_t mrts_q_overflow; /* pkts dropped - Q overflow */
165 u_int32_t mrts_pkt2large; /* pkts dropped - size > BKT SIZE */
166 u_int32_t mrts_upq_sockfull; /* upcalls dropped - socket full */
175 u_int32_t pktcnt;
176 u_int32_t bytecnt;
177 u_int32_t wrong_if;
185 u_int32_t icount; /* Input packet count on vif */
186 u_int32_t ocount; /* Output packet count on vif */
187 u_int32_t ibytes; /* Input byte count on vif */
188 u_int32_t obytes; /* Output byte count on vif */
206 u_int32_t v_pkt_in; /* # pkts in on interface */
207 u_int32_t v_pkt_out; /* # pkts out on interface */
208 u_int32_t v_bytes_in; /* # bytes in on interface */
209 u_int32_t v_bytes_out; /* # bytes out on interface */
226 u_int32_t mfc_pkt_cnt; /* pkt count for src-grp */
227 u_int32_t mfc_byte_cnt; /* byte count for src-grp */
228 u_int32_t mfc_wrong_if; /* wrong if for src-grp */
240 u_int32_t unused1;
241 u_int32_t unused2;
287 u_int32_t tbf_n_tok; /* no of tokens in bucket */
288 u_int32_t tbf_q_len; /* length of queue at this vif */
289 u_int32_t tbf_max_q_len; /* max. queue length */