Symbol: ndel
lib/libpfctl/libpfctl.c
2521
*addrs, int size, int *ndel, int flags)
lib/libpfctl/libpfctl.c
2554
if (ndel)
lib/libpfctl/libpfctl.c
2555
*ndel = deleted;
lib/libpfctl/libpfctl.c
2562
*addr, int size, int *ndel, int flags)
lib/libpfctl/libpfctl.c
2578
if (ndel != NULL)
lib/libpfctl/libpfctl.c
2579
*ndel = io.pfrio_ndel;
lib/libpfctl/libpfctl.c
2585
*addr, int size, int *ndel, int flags)
lib/libpfctl/libpfctl.c
2598
if (ndel)
lib/libpfctl/libpfctl.c
2599
*ndel += partial_deleted;
lib/libpfctl/libpfctl.c
2622
*addrs, int size, int *nadd, int *ndel, int *nchange, int flags)
lib/libpfctl/libpfctl.c
2657
if (ndel)
lib/libpfctl/libpfctl.c
2658
*ndel = change.del;
lib/libpfctl/libpfctl.c
2667
struct pfr_addr *addr, int size, int *nadd, int *ndel,
lib/libpfctl/libpfctl.c
2691
if (ndel)
lib/libpfctl/libpfctl.c
2692
*ndel += partial_del;
lib/libpfctl/libpfctl.c
2703
*addr, int size, int *size2, int *nadd, int *ndel, int *nchange, int flags)
lib/libpfctl/libpfctl.c
2721
if (ndel != NULL)
lib/libpfctl/libpfctl.c
2722
*ndel = io.pfrio_ndel;
lib/libpfctl/libpfctl.c
3462
int *ndel, int flags)
lib/libpfctl/libpfctl.c
3491
if (!snl_parse_nlmsg(&h->ss, hdr, &ndel_parser, ndel))
lib/libpfctl/libpfctl.c
3542
int *ndel, int flags)
lib/libpfctl/libpfctl.c
3571
if (!snl_parse_nlmsg(&h->ss, hdr, &ndel_parser, ndel))
lib/libpfctl/libpfctl.c
3723
int *ndel, int flags)
lib/libpfctl/libpfctl.c
3755
if (ndel)
lib/libpfctl/libpfctl.c
3756
*ndel = (uint32_t)del;
lib/libpfctl/libpfctl.h
532
struct pfr_addr *addr, int size, int *ndel, int flags);
lib/libpfctl/libpfctl.h
534
*addr, int size, int *ndel, int flags);
lib/libpfctl/libpfctl.h
536
struct pfr_addr *addr, int size, int *nadd, int *ndel,
lib/libpfctl/libpfctl.h
539
*addr, int size, int *size2, int *nadd, int *ndel, int *nchange,
lib/libpfctl/libpfctl.h
582
int *ndel, int flags);
lib/libpfctl/libpfctl.h
586
int *ndel, int flags);
lib/libpfctl/libpfctl.h
594
int *ndel, int flags);
sbin/pfctl/pfctl_radix.c
128
pfr_clr_addrs(struct pfr_table *tbl, int *ndel, int flags)
sbin/pfctl/pfctl_radix.c
130
return (pfctl_clear_addrs(pfh, tbl, ndel, flags));
sbin/pfctl/pfctl_radix.c
152
int *ndel, int flags)
sbin/pfctl/pfctl_radix.c
156
ret = pfctl_table_del_addrs_h(pfh, tbl, addr, size, ndel, flags);
sbin/pfctl/pfctl_radix.c
166
int *nadd, int *ndel, int *nchange, int flags)
sbin/pfctl/pfctl_radix.c
170
ret = pfctl_table_set_addrs_h(pfh, tbl, addr, size, nadd, ndel,
sbin/pfctl/pfctl_radix.c
97
pfr_del_table(struct pfr_table *tbl, int *ndel, int flags)
sbin/pfctl/pfctl_radix.c
99
return (pfctl_del_table(pfh, tbl, ndel, flags));
sbin/pfctl/pfctl_table.c
133
int nadd = 0, ndel = 0, nchange = 0, nzero = 0;
sbin/pfctl/pfctl_table.c
159
RVTEST(pfctl_clear_tables(pfh, &table, &ndel, flags));
sbin/pfctl/pfctl_table.c
160
xprintf(opts, "%d tables deleted", ndel);
sbin/pfctl/pfctl_table.c
194
RVTEST(pfr_del_table(&table, &ndel, flags));
sbin/pfctl/pfctl_table.c
195
xprintf(opts, "%d table deleted", ndel);
sbin/pfctl/pfctl_table.c
199
RVTEST(pfr_clr_addrs(&table, &ndel, flags));
sbin/pfctl/pfctl_table.c
200
xprintf(opts, "%d addresses deleted", ndel);
sbin/pfctl/pfctl_table.c
224
&ndel, flags));
sbin/pfctl/pfctl_table.c
225
xprintf(opts, "%d/%d addresses deleted", ndel, b.pfrb_size);
sbin/pfctl/pfctl_table.c
240
&nadd, &ndel, &nchange, flags));
sbin/pfctl/pfctl_table.c
243
if (ndel)
sbin/pfctl/pfctl_table.c
244
xprintf(opts, "%d addresses deleted", ndel);
sbin/pfctl/pfctl_table.c
247
if (!nadd && !ndel && !nchange)
sbin/pfctl/pfctl_table.c
286
&ndel, flags));
sbin/pfctl/pfctl_table.c
287
xprintf(opts, "%d/%d addresses expired", ndel, b2.pfrb_size);
sys/netpfil/ipfw/ip_fw_compat.c
530
int error, ndel;
sys/netpfil/ipfw/ip_fw_compat.c
539
ndel = 0;
sys/netpfil/ipfw/ip_fw_compat.c
540
if ((error = delete_range(chain, &rv, &ndel)) != 0)
sys/netpfil/ipfw/ip_fw_compat.c
544
rh->range.new_set = ndel;
sys/netpfil/ipfw/ip_fw_sockopt.c
1042
int error, ndel;
sys/netpfil/ipfw/ip_fw_sockopt.c
1052
ndel = 0;
sys/netpfil/ipfw/ip_fw_sockopt.c
1053
if ((error = delete_range(chain, &rh->range, &ndel)) != 0)
sys/netpfil/ipfw/ip_fw_sockopt.c
1057
rh->range.new_set = ndel;
sys/netpfil/ipfw/ip_fw_sockopt.c
733
delete_range(struct ip_fw_chain *chain, ipfw_range_tlv *rt, int *ndel)
sys/netpfil/ipfw/ip_fw_sockopt.c
761
*ndel = 0;
sys/netpfil/ipfw/ip_fw_sockopt.c
810
*ndel = n;
sys/netpfil/pf/pf_nl.c
1835
int ndel = 0;
sys/netpfil/pf/pf_nl.c
1843
error = pfr_clr_tables(&attrs.pfrio_table, &ndel, attrs.pfrio_flags | PFR_FLAG_USERIOCTL);
sys/netpfil/pf/pf_nl.c
1854
nlattr_add_u32(nw, PF_T_NBR_DELETED, ndel);
sys/netpfil/pf/pf_nl.c
2086
int ndel;
sys/netpfil/pf/pf_nl.c
2093
error = pfr_clr_addrs(&attrs.pfrio_table, &ndel,
sys/netpfil/pf/pf_nl.c
2106
nlattr_add_u64(nw, PF_T_NBR_DELETED, ndel);
sys/netpfil/pf/pf_nl.c
2121
int ndel;
sys/netpfil/pf/pf_nl.c
2211
attrs.addr_count, &attrs.ndel, attrs.flags | PFR_FLAG_USERIOCTL);
sys/netpfil/pf/pf_nl.c
2220
nlattr_add_u32(nw, PF_TA_NBR_DELETED, attrs.ndel);
sys/netpfil/pf/pf_nl.c
2242
attrs.addr_count, NULL, &attrs.nadd, &attrs.ndel, &attrs.nchange,
sys/netpfil/pf/pf_nl.c
2253
nlattr_add_u32(nw, PF_TA_NBR_DELETED, attrs.ndel);
sys/netpfil/pf/pf_table.c
1200
pfr_clr_tables(struct pfr_table *filter, int *ndel, int flags)
sys/netpfil/pf/pf_table.c
1226
if (ndel != NULL)
sys/netpfil/pf/pf_table.c
1227
*ndel = xdel;
sys/netpfil/pf/pf_table.c
1309
pfr_del_tables(struct pfr_table *tbl, int size, int *ndel, int flags)
sys/netpfil/pf/pf_table.c
1337
if (ndel != NULL)
sys/netpfil/pf/pf_table.c
1338
*ndel = xdel;
sys/netpfil/pf/pf_table.c
1462
int *nchange, int *ndel, int flags)
sys/netpfil/pf/pf_table.c
1503
if (ndel != NULL)
sys/netpfil/pf/pf_table.c
1504
*ndel = xdel;
sys/netpfil/pf/pf_table.c
1509
pfr_ina_begin(struct pfr_table *trs, u_int32_t *ticket, int *ndel, int flags)
sys/netpfil/pf/pf_table.c
1536
if (ndel != NULL)
sys/netpfil/pf/pf_table.c
1537
*ndel = xdel;
sys/netpfil/pf/pf_table.c
1643
pfr_ina_rollback(struct pfr_table *trs, u_int32_t ticket, int *ndel, int flags)
sys/netpfil/pf/pf_table.c
1670
if (ndel != NULL)
sys/netpfil/pf/pf_table.c
1671
*ndel = xdel;
sys/netpfil/pf/pf_table.c
213
pfr_clr_addrs(struct pfr_table *tbl, int *ndel, int flags)
sys/netpfil/pf/pf_table.c
228
pfr_enqueue_addrs(kt, &workq, ndel, 0);
sys/netpfil/pf/pf_table.c
311
int *ndel, int flags)
sys/netpfil/pf/pf_table.c
379
if (ndel != NULL)
sys/netpfil/pf/pf_table.c
380
*ndel = xdel;
sys/netpfil/pf/pf_table.c
390
int *size2, int *nadd, int *ndel, int *nchange, int flags,
sys/netpfil/pf/pf_table.c
489
if (ndel != NULL)
sys/netpfil/pf/pf_table.c
490
*ndel = xdel;