Lines Matching defs:DO

154 #define DO(stat) ret->stat = (curstat.stat - sub->stat) / divisor
155 DO(ip6s_total);
156 DO(ip6s_tooshort);
157 DO(ip6s_toosmall);
158 DO(ip6s_fragments);
159 DO(ip6s_fragdropped);
160 DO(ip6s_fragtimeout);
161 DO(ip6s_fragoverflow);
162 DO(ip6s_atomicfrags);
163 DO(ip6s_forward);
164 DO(ip6s_cantforward);
165 DO(ip6s_redirectsent);
166 DO(ip6s_delivered);
167 DO(ip6s_localout);
168 DO(ip6s_odropped);
169 DO(ip6s_reassembled);
170 DO(ip6s_fragmented);
171 DO(ip6s_ofragments);
172 DO(ip6s_cantfrag);
173 DO(ip6s_badoptions);
174 DO(ip6s_noroute);
175 DO(ip6s_badvers);
176 DO(ip6s_rawout);
177 DO(ip6s_notmember);
179 DO(ip6s_nxthist[i]);
180 DO(ip6s_badscope);
181 DO(ip6s_sources_none);
182 #undef DO
194 #define DO(stat, row, col) \
197 DO(ip6s_total, 1, 0);
199 DO(ip6s_tooshort, 2, 0);
200 DO(ip6s_localout, 2, 35);
201 DO(ip6s_toosmall, 3, 0);
202 DO(ip6s_odropped, 3, 35);
203 DO(ip6s_badvers, 4, 0);
204 DO(ip6s_ofragments, 4, 35);
205 DO(ip6s_fragments, 5, 0);
206 DO(ip6s_cantfrag, 5, 35);
207 DO(ip6s_fragdropped, 6, 0);
208 DO(ip6s_noroute, 6, 35);
209 DO(ip6s_fragtimeout, 7, 0);
210 DO(ip6s_rawout, 7, 35);
211 DO(ip6s_fragoverflow, 8, 0);
212 DO(ip6s_atomicfrags, 9, 0);
213 DO(ip6s_reassembled, 10, 0);
214 DO(ip6s_forward, 11, 0);
215 DO(ip6s_nxthist[IPPROTO_DSTOPTS], 10, 35);
216 DO(ip6s_cantforward, 12, 0);
217 DO(ip6s_nxthist[IPPROTO_HOPOPTS], 11, 35);
218 DO(ip6s_redirectsent, 13, 0);
219 DO(ip6s_nxthist[IPPROTO_IPV4], 12, 35);
220 DO(ip6s_badoptions, 14, 0);
221 DO(ip6s_nxthist[IPPROTO_TCP], 13, 35);
222 DO(ip6s_notmember, 15, 0);
223 DO(ip6s_nxthist[IPPROTO_UDP], 14, 35);
224 DO(ip6s_delivered, 16, 0);
225 DO(ip6s_nxthist[IPPROTO_IPV6], 15, 35);
226 DO(ip6s_badscope, 17, 0);
227 DO(ip6s_nxthist[IPPROTO_ROUTING], 16, 35);
228 DO(ip6s_sources_none, 18, 0);
229 DO(ip6s_nxthist[IPPROTO_FRAGMENT], 17, 35);
230 DO(ip6s_nxthist[IPPROTO_ICMPV6], 18, 35);
231 DO(ip6s_nxthist[IPPROTO_NONE], 19, 35);
232 #undef DO