Lines Matching refs:ndel
133 int nadd = 0, ndel = 0, nchange = 0, nzero = 0; in pfctl_table() local
159 RVTEST(pfctl_clear_tables(pfh, &table, &ndel, flags)); in pfctl_table()
160 xprintf(opts, "%d tables deleted", ndel); in pfctl_table()
194 RVTEST(pfr_del_table(&table, &ndel, flags)); in pfctl_table()
195 xprintf(opts, "%d table deleted", ndel); in pfctl_table()
199 RVTEST(pfr_clr_addrs(&table, &ndel, flags)); in pfctl_table()
200 xprintf(opts, "%d addresses deleted", ndel); in pfctl_table()
224 &ndel, flags)); in pfctl_table()
225 xprintf(opts, "%d/%d addresses deleted", ndel, b.pfrb_size); in pfctl_table()
243 &sz2, &nadd, &ndel, &nchange, flags)); in pfctl_table()
252 if (ndel) in pfctl_table()
253 xprintf(opts, "%d addresses deleted", ndel); in pfctl_table()
256 if (!nadd && !ndel && !nchange) in pfctl_table()
295 &ndel, flags)); in pfctl_table()
296 xprintf(opts, "%d/%d addresses expired", ndel, b2.pfrb_size); in pfctl_table()