Lines Matching refs:uint64_t

104 	uint64_t ips_total;		/* total packets received */
105 uint64_t ips_badsum; /* checksum bad */
106 uint64_t ips_tooshort; /* packet too short */
107 uint64_t ips_toosmall; /* not enough data */
108 uint64_t ips_badhlen; /* ip header length < data size */
109 uint64_t ips_badlen; /* ip length < ip header length */
110 uint64_t ips_fragments; /* fragments received */
111 uint64_t ips_fragdropped; /* frags dropped (dups, out of space) */
112 uint64_t ips_fragtimeout; /* fragments timed out */
113 uint64_t ips_forward; /* packets forwarded */
114 uint64_t ips_fastforward; /* packets fast forwarded */
115 uint64_t ips_cantforward; /* packets rcvd for unreachable dest */
116 uint64_t ips_redirectsent; /* packets forwarded on same net */
117 uint64_t ips_noproto; /* unknown or unsupported protocol */
118 uint64_t ips_delivered; /* datagrams delivered to upper level*/
119 uint64_t ips_localout; /* total ip packets generated here */
120 uint64_t ips_odropped; /* lost packets due to nobufs, etc. */
121 uint64_t ips_reassembled; /* total packets reassembled ok */
122 uint64_t ips_fragmented; /* datagrams successfully fragmented */
123 uint64_t ips_ofragments; /* output fragments created */
124 uint64_t ips_cantfrag; /* don't fragment flag was set, etc. */
125 uint64_t ips_badoptions; /* error in option processing */
126 uint64_t ips_noroute; /* packets discarded due to no route */
127 uint64_t ips_badvers; /* ip version != 4 */
128 uint64_t ips_rawout; /* total raw ip packets generated */
129 uint64_t ips_toolong; /* ip length > max ip packet size */
130 uint64_t ips_notmember; /* multicasts for unregistered grps */
131 uint64_t ips_nogif; /* no match gif found */
132 uint64_t ips_badaddr; /* invalid address on header */
156 kmod_ipstat_inc(offsetof(struct ipstat, name) / sizeof(uint64_t))
159 kmod_ipstat_dec(offsetof(struct ipstat, name) / sizeof(uint64_t))