Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.h116 #define IS_CLONED SI_CLONED /* 0x04000 */
H A Dip_state.c2402 clone->is_flags |= SI_CLONED;
2538 flags = is->is_flags & ~(SI_WILDP|SI_NEWFR|SI_CLONE|SI_CLONED);
2632 if ((flags & SI_CLONED) && softs->ipf_state_logging)
3633 if (!(is->is_flags & SI_CLONED)) {
H A Dip_fil.h321 #define SI_CLONED 0x00004000 macro
H A Dip_nat.c6356 clone->nat_flags |= SI_CLONED;