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

  /src/sys/external/bsd/ipf/netinet/
ip_state.h 119 #define IS_CLONED SI_CLONED /* 0x04000 */
ip_state.c 2353 clone->is_flags |= SI_CLONED;
2485 flags = is->is_flags & ~(SI_WILDP|SI_NEWFR|SI_CLONE|SI_CLONED);
2579 if ((flags & SI_CLONED) && softs->ipf_state_logging)
3558 if (!(is->is_flags & SI_CLONED)) {
ip_fil.h 379 #define SI_CLONED 0x00004000
ip_nat.c 6284 clone->nat_flags |= SI_CLONED;

Completed in 50 milliseconds