Home
last modified time | relevance | path

Searched refs:IPDST_DELETE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dprintdstlistdata.c15 if ((pool->ipld_flags & IPDST_DELETE) != 0) in printdstlistdata()
19 if ((pool->ipld_flags & IPDST_DELETE) != 0) in printdstlistdata()
38 if ((pool->ipld_flags & IPDST_DELETE) != 0) in printdstlistdata()
H A Dprintdstlist.c26 if ((dst.ipld_flags & IPDST_DELETE) != 0) in printdstlist()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_dstlist.h52 #define IPDST_DELETE 0x01 macro
H A Dip_dstlist.c599 if ((node->ipfd_flags & IPDST_DELETE) != 0) in ipf_dstlist_node_deref()
719 if ((node->ipfd_flags & IPDST_DELETE) == 0) { in ipf_dstlist_node_free()
721 node->ipfd_flags |= IPDST_DELETE; in ipf_dstlist_node_free()
901 d->ipld_flags |= IPDST_DELETE; in ipf_dstlist_table_remove()
923 if ((d->ipld_flags & IPDST_DELETE) != 0) in ipf_dstlist_table_free()