HomeSort by: relevance | last modified time | path
    Searched refs:IPOOL_DELETE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_pool.h 52 #define IPOOL_DELETE 0x01
ip_pool.c 685 if ((p != NULL) && (p->ipo_flags & IPOOL_DELETE))
936 if ((h->ipo_flags & IPOOL_DELETE) == 0) {
940 h->ipo_flags &= ~IPOOL_DELETE;
1071 ipo->ipo_flags |= IPOOL_DELETE;
1193 else if ((ipo->ipo_ref == 1) && (ipo->ipo_flags & IPOOL_DELETE))

Completed in 13 milliseconds