Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_state.h119 #define IS_CLONED SI_CLONED /* 0x04000 */
Dip_state.c2353 clone->is_flags |= SI_CLONED; in ipf_state_clone()
2485 flags = is->is_flags & ~(SI_WILDP|SI_NEWFR|SI_CLONE|SI_CLONED); in ipf_matchsrcdst()
2579 if ((flags & SI_CLONED) && softs->ipf_state_logging) in ipf_matchsrcdst()
3558 if (!(is->is_flags & SI_CLONED)) { in ipf_state_del()
Dip_fil.h379 #define SI_CLONED 0x00004000 macro
Dip_nat.c6284 clone->nat_flags |= SI_CLONED; in ipf_nat_clone()