Home
last modified time | relevance | path

Searched refs:IPHASH_DELETE (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sbin/ipf/libipf/
Dprinthashdata.c18 if ((hp->iph_flags & IPHASH_DELETE) == IPHASH_DELETE) in printhashdata()
Dprinthash.c30 if ((hp->iph_flags & IPHASH_DELETE) != 0) in printhash()
Dprinthash_live.c26 if ((hp->iph_flags & IPHASH_DELETE) != 0) in printhash_live()
Dprintdstl_live.c40 if ((d->ipld_flags & IPHASH_DELETE) != 0) in printdstl_live()
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_htable.h61 #define IPHASH_DELETE 2 macro
Dip_htable.c295 if ((iph->iph_flags & IPHASH_DELETE) == 0) { in ipf_htable_create()
299 iph->iph_flags &= ~IPHASH_DELETE; in ipf_htable_create()
409 iph->iph_flags |= IPHASH_DELETE; in ipf_htable_destroy()
747 if ((iph != NULL) && (iph->iph_flags & IPHASH_DELETE) == 0) in ipf_htable_find()
778 iph->iph_flags |= IPHASH_DELETE; in ipf_htable_flush()