Home
last modified time | relevance | path

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

/NextBSD/contrib/ipfilter/lib/
HDprinthashdata.c20 if ((hp->iph_flags & IPHASH_DELETE) == IPHASH_DELETE)
HDprinthash.c34 if ((hp->iph_flags & IPHASH_DELETE) != 0)
HDprinthash_live.c31 if ((hp->iph_flags & IPHASH_DELETE) != 0)
HDprintdstl_live.c44 if ((d->ipld_flags & IPHASH_DELETE) != 0)
/NextBSD/sys/contrib/ipfilter/netinet/
HDip_htable.h61 #define IPHASH_DELETE 2 macro
HDip_htable.c310 if ((iph->iph_flags & IPHASH_DELETE) == 0) {
314 iph->iph_flags &= ~IPHASH_DELETE;
435 iph->iph_flags |= IPHASH_DELETE;
803 if ((iph != NULL) && (iph->iph_flags & IPHASH_DELETE) == 0)
837 iph->iph_flags |= IPHASH_DELETE;