Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_state.h114 #define IS_CLONED SI_CLONED /* 0x04000 */
HDip_state.c2342 clone->is_flags |= SI_CLONED; in ipf_state_clone()
2474 flags = is->is_flags & ~(SI_WILDP|SI_NEWFR|SI_CLONE|SI_CLONED); in ipf_matchsrcdst()
2568 if ((flags & SI_CLONED) && softs->ipf_state_logging) in ipf_matchsrcdst()
3548 if (!(is->is_flags & SI_CLONED)) { in ipf_state_del()
HDip_fil.h320 #define SI_CLONED 0x00004000 macro
HDip_nat.c6234 clone->nat_flags |= SI_CLONED; in ipf_nat_clone()