Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h121 #define IS_CLONED SI_CLONED /* 0x04000 */
H A Dip_fil.h360 #define SI_CLONED 0x00004000 macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c2070 clone->is_flags |= SI_CLONED;
2188 flags = is->is_flags & ~(SI_WILDP|SI_NEWFR|SI_CLONE|SI_CLONED);
2315 if ((flags & SI_CLONED) && ifs->ifs_ipstate_logging)
3336 if (!(is->is_flags & SI_CLONED)) {
H A Dip_nat.c5253 clone->nat_flags |= SI_CLONED;