Home
last modified time | relevance | path

Searched refs:IPN_DELETE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h244 #define IPN_RF (IPN_TCPUDP|IPN_DELETE|IPN_ICMPERR)
254 #define IPN_DELETE 0x40000 macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat.c1169 n->in_flags |= IPN_DELETE;
1657 in->in_flags |= IPN_DELETE;
2006 if (ipn->in_use == 0 && (ipn->in_flags & IPN_DELETE)) {
2062 n->in_flags |= IPN_DELETE;
5146 if (in->in_use == 0 && (in->in_flags & IPN_DELETE)) {