• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/netinet6/

Lines Matching refs:uint64_t

184 	uint64_t ip6s_total;		/* total packets received */
185 uint64_t ip6s_tooshort; /* packet too short */
186 uint64_t ip6s_toosmall; /* not enough data */
187 uint64_t ip6s_fragments; /* fragments received */
188 uint64_t ip6s_fragdropped; /* frags dropped(dups, out of space) */
189 uint64_t ip6s_fragtimeout; /* fragments timed out */
190 uint64_t ip6s_fragoverflow; /* fragments that exceeded limit */
191 uint64_t ip6s_forward; /* packets forwarded */
192 uint64_t ip6s_cantforward; /* packets rcvd for unreachable dest */
193 uint64_t ip6s_redirectsent; /* packets forwarded on same net */
194 uint64_t ip6s_delivered; /* datagrams delivered to upper level*/
195 uint64_t ip6s_localout; /* total ip packets generated here */
196 uint64_t ip6s_odropped; /* lost packets due to nobufs, etc. */
197 uint64_t ip6s_reassembled; /* total packets reassembled ok */
198 uint64_t ip6s_atomicfrags; /* atomic fragments */
199 uint64_t ip6s_fragmented; /* datagrams successfully fragmented */
200 uint64_t ip6s_ofragments; /* output fragments created */
201 uint64_t ip6s_cantfrag; /* don't fragment flag was set, etc. */
202 uint64_t ip6s_badoptions; /* error in option processing */
203 uint64_t ip6s_noroute; /* packets discarded due to no route */
204 uint64_t ip6s_badvers; /* ip6 version != 6 */
205 uint64_t ip6s_rawout; /* total raw ip packets generated */
206 uint64_t ip6s_badscope; /* scope error */
207 uint64_t ip6s_notmember; /* don't join this multicast group */
209 uint64_t ip6s_nxthist[IP6S_HDRCNT]; /* next header history */
210 uint64_t ip6s_m1; /* one mbuf */
212 uint64_t ip6s_m2m[IP6S_M2MMAX]; /* two or more mbuf */
213 uint64_t ip6s_mext1; /* one ext mbuf */
214 uint64_t ip6s_mext2m; /* two or more ext mbuf */
215 uint64_t ip6s_exthdrtoolong; /* ext hdr are not contiguous */
216 uint64_t ip6s_nogif; /* no match gif found */
217 uint64_t ip6s_toomanyhdr; /* discarded due to too many headers */
227 uint64_t ip6s_sources_none;
229 uint64_t ip6s_sources_sameif[IP6S_SCOPECNT];
231 uint64_t ip6s_sources_otherif[IP6S_SCOPECNT];
236 uint64_t ip6s_sources_samescope[IP6S_SCOPECNT];
241 uint64_t ip6s_sources_otherscope[IP6S_SCOPECNT];
243 uint64_t ip6s_sources_deprecated[IP6S_SCOPECNT];
246 uint64_t ip6s_sources_rule[IP6S_RULESMAX];