Lines Matching refs:u_quad_t

152 	u_quad_t mrt6s_mfc_lookups;	/* # forw. cache hash table hits   */
153 u_quad_t mrt6s_mfc_misses; /* # forw. cache hash table misses */
154 u_quad_t mrt6s_upcalls; /* # calls to mrouted */
155 u_quad_t mrt6s_no_route; /* no route for packet's origin */
156 u_quad_t mrt6s_bad_tunnel; /* malformed tunnel options */
157 u_quad_t mrt6s_cant_tunnel; /* no room for tunnel options */
158 u_quad_t mrt6s_wrong_if; /* arrived on wrong interface */
159 u_quad_t mrt6s_upq_ovflw; /* upcall Q overflow */
160 u_quad_t mrt6s_cache_cleanups; /* # entries with no upcalls */
161 u_quad_t mrt6s_drop_sel; /* pkts dropped selectively */
162 u_quad_t mrt6s_q_overflow; /* pkts dropped - Q overflow */
163 u_quad_t mrt6s_pkt2large; /* pkts dropped - size > BKT SIZE */
164 u_quad_t mrt6s_upq_sockfull; /* upcalls dropped - socket full */
216 u_quad_t pktcnt;
217 u_quad_t bytecnt;
218 u_quad_t wrong_if;
226 u_quad_t icount; /* Input packet count on mif */
227 u_quad_t ocount; /* Output packet count on mif */
228 u_quad_t ibytes; /* Input byte count on mif */
229 u_quad_t obytes; /* Output byte count on mif */
235 u_quad_t icount;
236 u_quad_t ocount;
237 u_quad_t ibytes;
238 u_quad_t obytes;
243 u_quad_t icount __attribute__((aligned(8)));
244 u_quad_t ocount;
245 u_quad_t ibytes;
246 u_quad_t obytes;
262 u_quad_t m6_pkt_in; /* # pkts in on interface */
263 u_quad_t m6_pkt_out; /* # pkts out on interface */
264 u_quad_t m6_bytes_in; /* # bytes in on interface */
265 u_quad_t m6_bytes_out; /* # bytes out on interface */
282 u_quad_t mf6c_pkt_cnt; /* pkt count for src-grp */
283 u_quad_t mf6c_byte_cnt; /* byte count for src-grp */
284 u_quad_t mf6c_wrong_if; /* wrong if for src-grp */