Lines Matching refs:u_quad_t

255 	u_quad_t ip6s_total;		/* total packets received */
256 u_quad_t ip6s_tooshort; /* packet too short */
257 u_quad_t ip6s_toosmall; /* not enough data */
258 u_quad_t ip6s_fragments; /* fragments received */
259 u_quad_t ip6s_fragdropped; /* frags dropped(dups, out of space) */
260 u_quad_t ip6s_fragtimeout; /* fragments timed out */
261 u_quad_t ip6s_fragoverflow; /* fragments that exceeded limit */
262 u_quad_t ip6s_forward; /* packets forwarded */
263 u_quad_t ip6s_cantforward; /* packets rcvd for unreachable dest */
264 u_quad_t ip6s_redirectsent; /* packets forwarded on same net */
265 u_quad_t ip6s_delivered; /* datagrams delivered to upper level*/
266 u_quad_t ip6s_localout; /* total ip packets generated here */
267 u_quad_t ip6s_odropped; /* lost packets due to nobufs, etc. */
268 u_quad_t ip6s_reassembled; /* total packets reassembled ok */
269 u_quad_t ip6s_fragmented; /* datagrams successfully fragmented */
270 u_quad_t ip6s_ofragments; /* output fragments created */
271 u_quad_t ip6s_cantfrag; /* don't fragment flag was set, etc. */
272 u_quad_t ip6s_badoptions; /* error in option processing */
273 u_quad_t ip6s_noroute; /* packets discarded due to no route */
274 u_quad_t ip6s_badvers; /* ip6 version != 6 */
275 u_quad_t ip6s_rawout; /* total raw ip packets generated */
276 u_quad_t ip6s_badscope; /* scope error */
277 u_quad_t ip6s_notmember; /* don't join this multicast group */
278 u_quad_t ip6s_nxthist[256]; /* next header history */
279 u_quad_t ip6s_m1; /* one mbuf */
280 u_quad_t ip6s_m2m[32]; /* two or more mbuf */
281 u_quad_t ip6s_mext1; /* one ext mbuf */
282 u_quad_t ip6s_mext2m; /* two or more ext mbuf */
283 u_quad_t ip6s_exthdrtoolong; /* ext hdr are not continuous */
284 u_quad_t ip6s_nogif; /* no match gif found */
285 u_quad_t ip6s_toomanyhdr; /* discarded due to too many headers */
293 u_quad_t ip6s_sources_none;
295 u_quad_t ip6s_sources_sameif[16];
297 u_quad_t ip6s_sources_otherif[16];
302 u_quad_t ip6s_sources_samescope[16];
307 u_quad_t ip6s_sources_otherscope[16];
309 u_quad_t ip6s_sources_deprecated[16];
311 u_quad_t ip6s_forward_cachehit;
312 u_quad_t ip6s_forward_cachemiss;
315 u_quad_t ip6s_sources_rule[16];
317 u_quad_t ip6s_pktdropcntrl; /* pkt dropped, no mbufs for control data */