Symbol: ndel
lib/libpfctl/libpfctl.c
2539
*addrs, int size, int *ndel, int flags)
lib/libpfctl/libpfctl.c
2572
if (ndel)
lib/libpfctl/libpfctl.c
2573
*ndel = deleted;
lib/libpfctl/libpfctl.c
2582
*addr, int size, int *ndel, int flags)
lib/libpfctl/libpfctl.c
2598
if (ndel != NULL)
lib/libpfctl/libpfctl.c
2599
*ndel = io.pfrio_ndel;
lib/libpfctl/libpfctl.c
2605
*addr, int size, int *ndel, int flags)
lib/libpfctl/libpfctl.c
2618
if (ndel)
lib/libpfctl/libpfctl.c
2619
*ndel += partial_deleted;
lib/libpfctl/libpfctl.c
2642
*addrs, int size, int *nadd, int *ndel, int *nchange, int flags)
lib/libpfctl/libpfctl.c
2677
if (ndel)
lib/libpfctl/libpfctl.c
2678
*ndel = change.del;
lib/libpfctl/libpfctl.c
2689
struct pfr_addr *addr, int size, int *nadd, int *ndel,
lib/libpfctl/libpfctl.c
2713
if (ndel)
lib/libpfctl/libpfctl.c
2714
*ndel += partial_del;
lib/libpfctl/libpfctl.c
2725
*addr, int size, int *size2, int *nadd, int *ndel, int *nchange, int flags)
lib/libpfctl/libpfctl.c
2743
if (ndel != NULL)
lib/libpfctl/libpfctl.c
2744
*ndel = io.pfrio_ndel;
lib/libpfctl/libpfctl.c
3511
int *ndel, int flags)
lib/libpfctl/libpfctl.c
3540
if (!snl_parse_nlmsg(&h->ss, hdr, &ndel_parser, ndel))
lib/libpfctl/libpfctl.c
3595
int *ndel, int flags)
lib/libpfctl/libpfctl.c
3625
if (!snl_parse_nlmsg(&h->ss, hdr, &ndel_parser, ndel))
lib/libpfctl/libpfctl.c
3783
int *ndel, int flags)
lib/libpfctl/libpfctl.c
3815
if (ndel)
lib/libpfctl/libpfctl.c
3816
*ndel = (uint32_t)del;
lib/libpfctl/libpfctl.h
534
struct pfr_addr *addr, int size, int *ndel, int flags);
lib/libpfctl/libpfctl.h
536
*addr, int size, int *ndel, int flags);
lib/libpfctl/libpfctl.h
538
struct pfr_addr *addr, int size, int *nadd, int *ndel,
lib/libpfctl/libpfctl.h
541
*addr, int size, int *size2, int *nadd, int *ndel, int *nchange,
lib/libpfctl/libpfctl.h
584
int *ndel, int flags);
lib/libpfctl/libpfctl.h
588
int *ndel, int flags);
lib/libpfctl/libpfctl.h
596
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
145
int nadd = 0, ndel = 0, nchange = 0, nzero = 0;
sbin/pfctl/pfctl_table.c
171
RETTEST(pfctl_clear_tables(pfh, &table, &ndel, flags));
sbin/pfctl/pfctl_table.c
172
xprintf(opts, "%d tables deleted", ndel);
sbin/pfctl/pfctl_table.c
206
RETTEST(pfr_del_table(&table, &ndel, flags));
sbin/pfctl/pfctl_table.c
207
xprintf(opts, "%d table deleted", ndel);
sbin/pfctl/pfctl_table.c
211
RETTEST(pfr_clr_addrs(&table, &ndel, flags));
sbin/pfctl/pfctl_table.c
212
xprintf(opts, "%d addresses deleted", ndel);
sbin/pfctl/pfctl_table.c
236
&ndel, flags));
sbin/pfctl/pfctl_table.c
237
xprintf(opts, "%d/%d addresses deleted", ndel, b.pfrb_size);
sbin/pfctl/pfctl_table.c
252
&nadd, &ndel, &nchange, flags));
sbin/pfctl/pfctl_table.c
255
if (ndel)
sbin/pfctl/pfctl_table.c
256
xprintf(opts, "%d addresses deleted", ndel);
sbin/pfctl/pfctl_table.c
259
if (!nadd && !ndel && !nchange)
sbin/pfctl/pfctl_table.c
298
&ndel, flags));
sbin/pfctl/pfctl_table.c
299
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
1872
int ndel = 0;
sys/netpfil/pf/pf_nl.c
1880
error = pfr_clr_tables(&attrs.pfrio_table, &ndel, attrs.pfrio_flags | PFR_FLAG_USERIOCTL);
sys/netpfil/pf/pf_nl.c
1891
nlattr_add_u32(nw, PF_T_NBR_DELETED, ndel);
sys/netpfil/pf/pf_nl.c
2123
int ndel;
sys/netpfil/pf/pf_nl.c
2130
error = pfr_clr_addrs(&attrs.pfrio_table, &ndel,
sys/netpfil/pf/pf_nl.c
2143
nlattr_add_u64(nw, PF_T_NBR_DELETED, ndel);
sys/netpfil/pf/pf_nl.c
2158
int ndel;
sys/netpfil/pf/pf_nl.c
2255
attrs.addr_count, &attrs.ndel, attrs.flags | PFR_FLAG_USERIOCTL);
sys/netpfil/pf/pf_nl.c
2264
nlattr_add_u32(nw, PF_TA_NBR_DELETED, attrs.ndel);
sys/netpfil/pf/pf_nl.c
2286
attrs.addr_count, NULL, &attrs.nadd, &attrs.ndel, &attrs.nchange,
sys/netpfil/pf/pf_nl.c
2297
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;