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

/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_state.h120 #define IS_CLONED SI_CLONED /* 0x04000 */
H A Dip_state.c2389 clone->is_flags |= SI_CLONED;
2525 flags = is->is_flags & ~(SI_WILDP|SI_NEWFR|SI_CLONE|SI_CLONED);
2619 if ((flags & SI_CLONED) && softs->ipf_state_logging)
3619 if (!(is->is_flags & SI_CLONED)) {
H A Dip_fil.h381 #define SI_CLONED 0x00004000 macro
H A Dip_nat.c6378 clone->nat_flags |= SI_CLONED;

Completed in 82 milliseconds