Lines Matching full:old
184 (uintmax_t)old.ips_ ## counter, (uintmax_t)new.ips_## counter);
198 struct ipstat old, new; in ATF_TC_BODY() local
235 get_ipstat(&old); in ATF_TC_BODY()
238 CHECK_IP_COUNTER(&old, &new, fragdropped); in ATF_TC_BODY()
243 get_ipstat(&old); in ATF_TC_BODY()
246 CHECK_IP_COUNTER(&old, &new, fragdropped); in ATF_TC_BODY()
249 get_ipstat(&old); in ATF_TC_BODY()
252 CHECK_IP_COUNTER(&old, &new, fragdropped); in ATF_TC_BODY()
255 get_ipstat(&old); in ATF_TC_BODY()
258 CHECK_IP_COUNTER(&old, &new, fragdropped); in ATF_TC_BODY()
278 struct ipstat old, new; in ATF_TC_BODY() local
303 get_ipstat(&old); in ATF_TC_BODY()
306 CHECK_IP_COUNTER(&old, &new, toosmall); in ATF_TC_BODY()
307 CHECK_IP_COUNTER(&old, &new, fragdropped); in ATF_TC_BODY()
309 get_ipstat(&old); in ATF_TC_BODY()
312 CHECK_IP_COUNTER(&old, &new, toosmall); in ATF_TC_BODY()
313 CHECK_IP_COUNTER(&old, &new, fragdropped); in ATF_TC_BODY()
328 struct ipstat old, new; in ATF_TC_BODY() local
355 get_ipstat(&old); in ATF_TC_BODY()
358 CHECK_IP_COUNTER(&old, &new, toolong); in ATF_TC_BODY()
359 CHECK_IP_COUNTER(&old, &new, fragdropped); in ATF_TC_BODY()
361 get_ipstat(&old); in ATF_TC_BODY()
364 CHECK_IP_COUNTER(&old, &new, toolong); in ATF_TC_BODY()
365 CHECK_IP_COUNTER(&old, &new, fragdropped); in ATF_TC_BODY()