Lines Matching refs:new
184 (uintmax_t)old.ips_ ## counter, (uintmax_t)new.ips_## counter);
198 struct ipstat old, new; in ATF_TC_BODY() local
237 get_ipstat(&new); in ATF_TC_BODY()
238 CHECK_IP_COUNTER(&old, &new, fragdropped); in ATF_TC_BODY()
245 get_ipstat(&new); in ATF_TC_BODY()
246 CHECK_IP_COUNTER(&old, &new, fragdropped); in ATF_TC_BODY()
251 get_ipstat(&new); in ATF_TC_BODY()
252 CHECK_IP_COUNTER(&old, &new, fragdropped); in ATF_TC_BODY()
257 get_ipstat(&new); 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
305 get_ipstat(&new); 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()
311 get_ipstat(&new); 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
357 get_ipstat(&new); 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()
363 get_ipstat(&new); 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()